From 4cbd12832839830fe58bb5d9d4ba7e2ec84952ce Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 7 Jul 2014 19:39:42 +0900 Subject: Fix typos in comments. --- src/backend/tcop/postgres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/tcop/postgres.c') 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 -- cgit v1.2.3