Re: compiling pg_bsd_indent

From: Andres Freund <andres(at)anarazel(dot)de>
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:49:31
Message-ID: lmbvcwci4bcfke6xbgn3djym7kqnqq5autowgbv7hszypqxfyo@fs5mxo3qv6wu
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2025-10-09 11:43:57 -0400, Robert Haas wrote:
> 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 thought we basically only used the in-tree pg_bsd_indent these days?

Greetings,

Andres

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bryan Green 2025-10-09 15:49:48 [PATCH] Add Windows support for backtrace_functions (MSVC only)
Previous Message Andres Freund 2025-10-09 15:48:37 Re: Adding some error context for lock wait failures