Pavel Stehule <pavel.steh...@gmail.com> writes: > -numeric (PG_FUNCTION_ARGS) > +numeric(PG_FUNCTION_ARGS)
Sadly, pgindent will just put that back, because it knows that "numeric" is a typedef. regards, tom lane
Pavel Stehule <pavel.steh...@gmail.com> writes: > -numeric (PG_FUNCTION_ARGS) > +numeric(PG_FUNCTION_ARGS)
Sadly, pgindent will just put that back, because it knows that "numeric" is a typedef. regards, tom lane