diff options
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 030f73eec9..405f004e2b 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -1237,6 +1237,7 @@ exec_parse_message(const char *query_string, /* string to execute */ commandTag, paramTypes, numParams, + 0, /* default cursor options */ stmt_list, false); } @@ -1261,6 +1262,7 @@ exec_parse_message(const char *query_string, /* string to execute */ commandTag, newParamTypes, numParams, + 0, /* cursor options */ stmt_list, fully_planned, true, |