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 <[email protected]> Reviewed-by: Alvaro Herrera <[email protected]> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a77dd53f3089a3d6bf74966bfd3ab7e27537183b Modified Files -------------- src/backend/commands/portalcmds.c | 4 ++-- src/backend/executor/execCurrent.c | 2 +- src/backend/tcop/pquery.c | 4 ++-- src/include/utils/portal.h | 5 ----- 4 files changed, 5 insertions(+), 10 deletions(-)
