Remove PortalGetQueryDesc()
Peter Eisentraut <peter_e@gmx.net>
Remove PortalGetQueryDesc() After having gotten rid of PortalGetHeapMemory(), there seems little reason to keep one Portal access macro around that offers no actual abstraction and isn't consistently used anyway. Reviewed-by: Andrew Dunstan <andrew.dunstan@2ndquadrant.com> Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/portalcmds.c | modified | +2 −2 |
| src/backend/executor/execCurrent.c | modified | +1 −1 |
| src/backend/tcop/pquery.c | modified | +2 −2 |
| src/include/utils/portal.h | modified | +0 −5 |