You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend/replication/logical/Makefile

34 lines
715 B

#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for src/backend/replication/logical
#
# IDENTIFICATION
# src/backend/replication/logical/Makefile
#
#-------------------------------------------------------------------------
subdir = src/backend/replication/logical
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
OBJS = \
applyparallelworker.o \
conflict.o \
decode.o \
launcher.o \
logical.o \
logicalfuncs.o \
message.o \
origin.o \
proto.o \
relation.o \
reorderbuffer.o \
slotsync.o \
snapbuild.o \
tablesync.o \
worker.o
include $(top_srcdir)/src/backend/common.mk