pgsql: Refactor format_type APIs to be more modular

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Refactor format_type APIs to be more modular
Дата
Msg-id E1enAmM-0004tu-Lt@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Refactor format_type APIs to be more modular

Introduce a new format_type_extended, with a flags bitmask argument that
can modify the default behavior.  A few compatibility and readability
wrappers remain:
        format_type_be
        format_type_be_qualified
        format_type_with_typemod
while format_type_with_typemod_qualified, which had a single caller, is
removed.

Author: Michael Paquier, some revisions by me
Discussion: 20180213035107.GA2915@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a26116c6cbf4117e8efaa7cfc5bacc887f01517f

Modified Files
--------------
contrib/postgres_fdw/deparse.c      |  10 +--
src/backend/utils/adt/format_type.c | 134 ++++++++++++++++++------------------
src/include/utils/builtins.h        |   9 ++-
3 files changed, 81 insertions(+), 72 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Mention trigger name in trigger test
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Move function comment to the right place