pgsql: Remove PortalGetQueryDesc()

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove PortalGetQueryDesc()
Date: 2018-01-09 18:59:41
Message-ID: E1eYz7d-00070L-Lk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)dunstan(at)2ndquadrant(dot)com>
Reviewed-by: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-01-09 19:30:43 pgsql: Implement TZH and TZM timestamp format patterns
Previous Message Tom Lane 2018-01-09 18:25:59 pgsql: Improve the heuristic for ordering child paths of a parallel app