Re: Harmonizing pg_bsd_indent parameter names

Peter Geoghegan <pg@bowt.ie>

From: Peter Geoghegan <pg@bowt.ie>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Nathan Bossart <nathandbossart@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-06-13T02:04:04Z
Lists: pgsql-hackers
On Wed, Jun 12, 2024 at 9:58 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> We could probably assume that we'll treat their code as though
> HAVE_POSIX_DECLS is true and so this whole stanza goes away.
> But I'd just as soon not think about it until I have the energy
> to do that sync.  Unless somebody else is hot to do it (if so,
> see the notes at src/timezone/README), let's leave this be
> for now.

Understood. Thanks.

-- 
Peter Geoghegan



Commits

  1. Harmonize pg_bsd_indent parameter names.

  2. Ensure we use the correct spelling of "ensure"

  3. Consistently use named parameters in regex code.