Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:
> On 2020-Sep-16, Tom Lane wrote:
>> I think the issue is that pgindent believes "numeric" and "chr" are
>> typedefs. (The regex code can be blamed for "chr", but I'm not quite
>> sure where "numeric" is coming from.)
> It's in src/interfaces/ecpg/include/pgtypes_numeric.h
It strikes me that a low-cost workaround would be to rename these
C functions. There's no law that their C names must match the
SQL names.
regards, tom lane