diff options
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 6b4221a2439..7b5480faf86 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -1999,7 +1999,7 @@ exec_execute_message(const char *portal_name, long max_rows) * check_log_statement * Determine whether command should be logged because of log_statement * - * parsetree_list can be either raw grammar output or a list of planned + * stmt_list can be either raw grammar output or a list of planned * statements */ static bool |