pgsql: Fix pg_rewind link order issue introduced in 927474ce1a2.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix pg_rewind link order issue introduced in 927474ce1a2.
Date: 2019-09-30 19:50:29
Message-ID: E1iF1gj-0005pe-Ig@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pg_rewind link order issue introduced in 927474ce1a2.

The aforementioned commit orders the link to pgfeutils after libpq,
which can fail because pgfeutils uses symbols from libpq.

Per buildfarm animal jacana.

Author: Andres Freund
Discussion: https://postgr.es/m/20190930192013.r3wievljua2n3tbb@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5daf682cfc974bf9095be527603c6410921892a9

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-09-30 19:51:47 pgsql: Suppress another CR in program output
Previous Message Alvaro Herrera 2019-09-30 19:27:27 Re: pgsql: pg_rewind: Allow writing recovery configuration