diff options
-rw-r--r-- | src/bin/pgbench/pgbench.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index 30e8d2a3f2e..6894345e603 100644 --- a/src/bin/pgbench/pgbench.c +++ b/src/bin/pgbench/pgbench.c @@ -2198,7 +2198,7 @@ parseQuery(Command *cmd, const char *raw_sql) return true; } -void +void pg_attribute_noreturn() syntax_error(const char *source, const int lineno, const char *line, const char *command, const char *msg, const char *more, const int column) |