Re: compiling pg_bsd_indent

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: compiling pg_bsd_indent
Date: 2025-10-09 15:51:37
Message-ID: 2956104.1760025097@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> While $SUBJECT today -- using the sources from
> https://git.postgresql.org/git/pg_bsd_indent.git -- I ran into some
> problems. I got errors due to the replacement of
> pg_attribute_noreturn() with pg_return(), and warnings due to variable
> definitions with no previous extern declaration. Here's a quick and
> dirty patch.

I don't think we're bothering to maintain that repo anymore,
now that pg_bsd_indent is in-tree (see src/tools/pg_bsd_indent).
The fixes you mention seem to be applied already to that copy.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2025-10-09 15:53:11 Re: compiling pg_bsd_indent
Previous Message Robert Haas 2025-10-09 15:51:15 Re: compiling pg_bsd_indent