• Alvaro Herrera's avatar
    Refactor format_type APIs to be more modular · a26116c6
    Alvaro Herrera authored
    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
    a26116c6
builtins.h 4.32 KB