Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5daf682

Browse files
committed
Fix pg_rewind link order issue introduced in927474c.
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 FreundDiscussion:https://postgr.es/m/20190930192013.r3wievljua2n3tbb@alap3.anarazel.de
1 parentce734aa commit5daf682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_rewind/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ top_builddir = ../../..
1616
include$(top_builddir)/src/Makefile.global
1717

1818
overrideCPPFLAGS := -I$(libpq_srcdir) -DFRONTEND$(CPPFLAGS)
19-
LDFLAGS_INTERNAL +=$(libpq_pgport)-L$(top_builddir)/src/fe_utils -lpgfeutils
19+
LDFLAGS_INTERNAL += -L$(top_builddir)/src/fe_utils -lpgfeutils$(libpq_pgport)
2020

2121
OBJS= pg_rewind.o parsexlog.o xlogreader.o datapagemap.o timeline.o\
2222
fetch.o file_ops.o copy_fetch.o libpq_fetch.o filemap.o\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp