update portal-related memory context names and API - Mailing list pgsql-hackers

From Peter Eisentraut
Subject update portal-related memory context names and API
Date
Msg-id 53d4ded9-a1bd-98dc-4475-3763c789cdd4@2ndquadrant.com
Whole thread Raw
Responses Re: update portal-related memory context names and API
Re: update portal-related memory context names and API
List pgsql-hackers
ISTM that some of the portal-related memory context naming is a bit
antiquated and at odds with current terminology.  In this patch, I
propose to rename PortalMemory to TopPortalContext and rename
Portal->heap to Portal->portalContext, and then clean up some
surrounding APIs.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Using ProcSignal to get memory context stats from a running backend
Next
From: Tom Lane
Date:
Subject: Letting plpgsql in on the fun with the new expression eval stuff