Re: update portal-related memory context names and API

2018-01-09 Thread Peter Eisentraut
On 1/8/18 15:30, Andrew Dunstan wrote: > On 12/19/2017 12:31 PM, Peter Eisentraut wrote: >> 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 >> P

Re: update portal-related memory context names and API

2018-01-08 Thread Alvaro Herrera
Peter Eisentraut wrote: > Subject: [PATCH 1/2] 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.

Re: update portal-related memory context names and API

2018-01-08 Thread Andrew Dunstan
On 12/19/2017 12:31 PM, Peter Eisentraut wrote: > 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 t