pgsql: Remove PortalGetQueryDesc()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove PortalGetQueryDesc()
Дата
Msg-id E1eYz7d-00070L-Lk@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Rewrite list_qsort() to avoid trashing its input list.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Implement TZH and TZM timestamp format patterns