Re: broken formatting?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: broken formatting?
Date: 2023-02-25 16:57:08
Message-ID: 1180248.1677344228@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2023-02-25 17:03:16 Re: broken formatting?
Previous Message Stéphane Tachoires 2023-02-25 16:40:17 Re: [Proposal] Allow pg_dump to include all child tables with the root table