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 5a8ef7e4d9d..107d8aedab4 100644 --- a/src/backend/tcop/pquery.c +++ b/src/backend/tcop/pquery.c @@ -1603,7 +1603,7 @@ DoPortalRunFetch(Portal portal, forward = (fdirection == FETCH_FORWARD); /* - * Zero count means to re-fetch the current row, if any (per SQL92) + * Zero count means to re-fetch the current row, if any (per SQL) */ if (count == 0) { |