pgsql: Build libpgfeutils before pg_isready. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Build libpgfeutils before pg_isready.
Date
Msg-id E1bcP5W-0002Wc-23@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Build libpgfeutils before pg_isready.

Every program having -lpgfeutils in LDFLAGS must have this dependency,
whether or not the program uses a libpgfeutils symbol.  Back-patch to
9.6, where libpgfeutils was introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b6418a0919c2c161cf2ed65bc930a06c9c2d85da

Modified Files
--------------
src/bin/scripts/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Build libpgfeutils before pg_isready.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Fix XSLT speedup with older upstream stylesheet versions