pgsql: Add missing "-I." flag when building pg_bsd_indent.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing "-I." flag when building pg_bsd_indent.
Date: 2023-03-23 17:01:59
Message-ID: E1pfOK7-0050u7-FI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing "-I." flag when building pg_bsd_indent.

This is evidently not required by most compilers, but buildfarm
member fairywren is unhappy without it. It looks like the meson
infrastructure has this right already.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dccef0f2f8f352de3f601f48b94093995ad839ef

Modified Files
--------------
src/tools/pg_bsd_indent/Makefile | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-03-23 17:03:13 pgsql: amcheck: Fix a few bugs in new update chain validation.
Previous Message Tomas Vondra 2023-03-23 16:58:18 pgsql: Improve type handling in pg_dump's compress file API