diff options
Diffstat (limited to 'src/bin/psql/common.c')
-rw-r--r-- | src/bin/psql/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index 1c82180efb3..2b1c4daceda 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -2047,7 +2047,7 @@ command_no_begin(const char *query) /* * Commands not allowed within transactions. The statements checked for - * here should be exactly those that call PreventTransactionChain() in the + * here should be exactly those that call PreventInTransactionBlock() in the * backend. */ if (wordlen == 6 && pg_strncasecmp(query, "vacuum", 6) == 0) |