mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix inconsistencies and typos in the tree
This is numbered take 8, and addresses again a set of issues with code comments, variable names and unreferenced variables. Author: Alexander Lakhin Discussion: https://postgr.es/m/b137b5eb-9c95-9c2f-586e-38aba7d59788@gmail.com
This commit is contained in:
@@ -1023,8 +1023,8 @@ FillPortalStore(Portal portal, bool isTopLevel)
|
||||
|
||||
/*
|
||||
* Run the portal to completion just as for the default
|
||||
* MULTI_QUERY case, but send the primary query's output to the
|
||||
* tuplestore. Auxiliary query outputs are discarded. Set the
|
||||
* PORTAL_MULTI_QUERY case, but send the primary query's output to
|
||||
* the tuplestore. Auxiliary query outputs are discarded. Set the
|
||||
* portal's holdSnapshot to the snapshot used (or a copy of it).
|
||||
*/
|
||||
PortalRunMulti(portal, isTopLevel, true,
|
||||
|
Reference in New Issue
Block a user