mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Clean up references to SQL92
In most cases, these were just references to the SQL standard in general. In a few cases, a contrast was made between SQL92 and later standards -- those have been kept unchanged.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user