postgresql/src/backend/tcop
Peter Eisentraut 0f7c49e855 Update portal-related memory context names and API
Rename PortalMemory to TopPortalContext, to avoid confusion with
PortalContext and align naming with similar top-level memory contexts.

Rename PortalData's "heap" field to portalContext.  The "heap" naming
seems quite antiquated and confusing.  Also get rid of the
PortalGetHeapMemory() macro and access the field directly, which we do
for other portal fields, so this abstraction doesn't buy anything.

Reviewed-by: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
2018-01-09 13:47:56 -05:00
..
dest.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
fastpath.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
Makefile
postgres.c Update portal-related memory context names and API 2018-01-09 13:47:56 -05:00
pquery.c Update portal-related memory context names and API 2018-01-09 13:47:56 -05:00
utility.c Update copyright for 2018 2018-01-02 23:30:12 -05:00