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

Commite5bf0c3

Browse files
committed
Fix build of contrib/pg_xlogdump.
rmgrdesc.c is not auto-generated now, though it apparently was the lasttime the Makefile was updated.
1 parentca9c666 commite5bf0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/pg_xlogdump/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ OBJS = pg_xlogdump.o compat.o xlogreader.o rmgrdesc.o \
1010
RMGRDESCSOURCES =$(notdir$(wildcard$(top_srcdir)/src/backend/access/rmgrdesc/*desc.c))
1111
RMGRDESCOBJS =$(patsubst%.c,%.o,$(RMGRDESCSOURCES))
1212

13-
EXTRA_CLEAN =$(RMGRDESCSOURCES) xlogreader.c rmgrdesc.c
13+
EXTRA_CLEAN =$(RMGRDESCSOURCES) xlogreader.c
1414

1515
ifdefUSE_PGXS
1616
PG_CONFIG = pg_config
@@ -25,7 +25,7 @@ endif
2525

2626
overrideCPPFLAGS := -DFRONTEND$(CPPFLAGS)
2727

28-
rmgrdesc.cxlogreader.c:% :$(top_srcdir)/src/backend/access/transam/%
28+
xlogreader.c:% :$(top_srcdir)/src/backend/access/transam/%
2929
rm -f$@&&$(LN_S)$<.
3030

3131
$(RMGRDESCSOURCES):% :$(top_srcdir)/src/backend/access/rmgrdesc/%

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp