]> granicus.if.org Git - postgresql/commit
Fix pg_rewind link order issue introduced in 927474ce1a2.
authorAndres Freund <andres@anarazel.de>
Mon, 30 Sep 2019 19:43:09 +0000 (12:43 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 30 Sep 2019 19:43:09 +0000 (12:43 -0700)
commit5daf682cfc974bf9095be527603c6410921892a9
treeb222d97aa2757d64ab95873a802c14921bf59dcc
parentce734aaec1891ca2180c269b4c9adbfb13ca4052
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
src/bin/pg_rewind/Makefile