summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2024-12-19 12:00:31 +0000
committerPeter Eisentraut2024-12-19 12:00:31 +0000
commit399d0f1e11b5438c6dc82e55a22a0f402855b2ac (patch)
treecc5a492b831c6b05a5f352d0ed9c2dbe204def97
parent382092a0cd2c75613f3df889f7b821577e6773d7 (diff)
Small whitespace improvement
Author: Andreas Karlsson <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected]
-rw-r--r--src/backend/replication/repl_scanner.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/replication/repl_scanner.l b/src/backend/replication/repl_scanner.l
index e7def800655..5b10658a58b 100644
--- a/src/backend/replication/repl_scanner.l
+++ b/src/backend/replication/repl_scanner.l
@@ -250,7 +250,6 @@ replication_yyerror(const char *message)
errmsg_internal("%s", message)));
}
-
void
replication_scanner_init(const char *str)
{