8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b115f commit e8aae27Copy full SHA for e8aae27
src/backend/replication/libpqwalreceiver/Makefile
@@ -4,11 +4,11 @@
4
# Makefile for src/backend/replication/libpqwalreceiver
5
#
6
# IDENTIFICATION
7
-# $PostgreSQL: pgsql/src/backend/replication/libpqwalreceiver/Makefile,v 1.1 2010/01/20 09:16:24 heikki Exp $
+# $PostgreSQL: pgsql/src/backend/replication/libpqwalreceiver/Makefile,v 1.2 2010/01/20 20:34:51 heikki Exp $
8
9
#-------------------------------------------------------------------------
10
11
-subdir = src/backend/postmaster/libpqwalreceiver
+subdir = src/backend/replication/libpqwalreceiver
12
top_builddir = ../../../..
13
include $(top_builddir)/src/Makefile.global
14
0 commit comments