pgsql: Refactor format_type APIs to be more modular - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Refactor format_type APIs to be more modular
Date
Msg-id E1enAmM-0004tu-Lt@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Mention trigger name in trigger test
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Move function comment to the right place