diff options
Diffstat (limited to 'src/backend/tcop/pquery.c')
-rw-r--r-- | src/backend/tcop/pquery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tcop/pquery.c b/src/backend/tcop/pquery.c index cc462efc370..2f98135a59c 100644 --- a/src/backend/tcop/pquery.c +++ b/src/backend/tcop/pquery.c @@ -682,7 +682,7 @@ PortalSetResultFormat(Portal portal, int nFormats, int16 *formats) * in which to store a command completion status string. * May be NULL if caller doesn't want a status string. * - * Returns TRUE if the portal's execution is complete, FALSE if it was + * Returns true if the portal's execution is complete, false if it was * suspended due to exhaustion of the count parameter. */ bool |