From: Peter Eisentraut Date: Thu, 19 Dec 2024 12:00:31 +0000 (+0100) Subject: Small whitespace improvement X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=399d0f1e11b5438c6dc82e55a22a0f402855b2ac;p=users%2Fc2main%2Fpostgres.git Small whitespace improvement Author: Andreas Karlsson Discussion: https://www.postgresql.org/message-id/flat/eb6faeac-2a8a-4b69-9189-c33c520e5b7b@eisentraut.org --- diff --git a/src/backend/replication/repl_scanner.l b/src/backend/replication/repl_scanner.l index e7def80065..5b10658a58 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) {