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

From Tom Lane
Subject pgsql: Add missing "-I." flag when building pg_bsd_indent.
Date
Msg-id E1pfOK7-0050u7-FI@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Improve type handling in pg_dump's compress file API
Next
From: Robert Haas
Date:
Subject: pgsql: amcheck: Fix a few bugs in new update chain validation.