DBZ-3921 Remove incorrect comment

This commit is contained in:
Jiri Pechanec 2022-05-17 14:52:59 +02:00
parent f0abcc15b9
commit a11767d05b
3 changed files with 3 additions and 1 deletions

View File

@ -359,6 +359,7 @@ Thomas Aregger
Thomas Deblock
Thomas Prelle
Thomas Thornton
Timo Roeseler
Tin Nguyen
Tom Bentley
Tom Billiet

View File

@ -206,7 +206,6 @@ private void createOrUpdatePublicationModeFilterted(String tableFilterString, St
createOrUpdatePublicationStmt = isUpdate ? String.format("ALTER PUBLICATION %s SET TABLE %s;", publicationName, tableFilterString)
: String.format("CREATE PUBLICATION %s FOR TABLE %s;", publicationName, tableFilterString);
LOGGER.info(isUpdate ? "Updating Publication with statement '{}'" : "Creating Publication with statement '{}'", createOrUpdatePublicationStmt);
// Publication doesn't exist, create it but restrict to the tableFilter.
stmt.execute(createOrUpdatePublicationStmt);
}
catch (Exception e) {

View File

@ -134,3 +134,5 @@ xqshe,Xinquan She
wangminchao,Wang Min Chao
markallanson,Mark Allanson
AlexMiroshnikov,Alexey Miroshnikov
roeselert,Timo Roeseler
troeselereos,Timo Roeseler