pgsql: Remove PortalGetQueryDesc() - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove PortalGetQueryDesc()
Date
Msg-id E1eYz7d-00070L-Lk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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>

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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Rewrite list_qsort() to avoid trashing its input list.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Implement TZH and TZM timestamp format patterns