postgresql/src/backend
Peter Eisentraut a77dd53f30 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>
2018-01-09 13:47:56 -05:00
..
access Add TIMELINE to backup_label file 2018-01-06 12:24:19 +00:00
bootstrap Update copyright for 2018 2018-01-02 23:30:12 -05:00
catalog Minor preparatory refactoring for UPDATE row movement. 2018-01-04 16:25:49 -05:00
commands Remove PortalGetQueryDesc() 2018-01-09 13:47:56 -05:00
executor Remove PortalGetQueryDesc() 2018-01-09 13:47:56 -05:00
foreign Update copyright for 2018 2018-01-02 23:30:12 -05:00
lib Update copyright for 2018 2018-01-02 23:30:12 -05:00
libpq Another attempt at fixing build with various OpenSSL versions 2018-01-04 19:09:27 -05:00
main Update copyright for 2018 2018-01-02 23:30:12 -05:00
nodes Rewrite list_qsort() to avoid trashing its input list. 2018-01-09 13:25:53 -05:00
optimizer Improve the heuristic for ordering child paths of a parallel append. 2018-01-09 13:07:52 -05:00
parser Don't allow VACUUM VERBOSE ANALYZE VERBOSE. 2018-01-09 10:20:48 -05:00
po
port Update copyright for 2018 2018-01-02 23:30:12 -05:00
postmaster Update copyright for 2018 2018-01-02 23:30:12 -05:00
regex Update copyright for 2018 2018-01-02 23:30:12 -05:00
replication Fix race condition during replication origin drop. 2018-01-09 12:09:30 -05:00
rewrite Update copyright for 2018 2018-01-02 23:30:12 -05:00
snowball Update copyright for 2018 2018-01-02 23:30:12 -05:00
statistics Update copyright for 2018 2018-01-02 23:30:12 -05:00
storage While waiting for a condition variable, detect postmaster death. 2018-01-09 12:34:57 -05:00
tcop Remove PortalGetQueryDesc() 2018-01-09 13:47:56 -05:00
tsearch Update copyright for 2018 2018-01-02 23:30:12 -05:00
utils Update portal-related memory context names and API 2018-01-09 13:47:56 -05:00
.gitignore
common.mk
Makefile Update copyright for 2018 2018-01-02 23:30:12 -05:00
nls.mk