Skip to content

Commit 8c21867

Browse files
committed
Pass to Postgres-XL approach
1 parent f234df2 commit 8c21867

File tree

9 files changed

+113
-567
lines changed

9 files changed

+113
-567
lines changed

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# contrib/execplan/Makefile
1+
# contrib/repeater/Makefile
22

3-
MODULE_big = execplan
4-
EXTENSION = execplan
3+
MODULE_big = repeater
4+
EXTENSION = repeater
55
EXTVERSION = 0.1
6-
PGFILEDESC = "ExecPlan"
7-
MODULES = execplan
8-
OBJS = exec_plan.o planwalker.o repeater.o $(WIN32RES)
6+
PGFILEDESC = "Repeater"
7+
MODULES = repeater
8+
OBJS = repeater.o $(WIN32RES)
99

1010
PG_CPPFLAGS = -I$(libpq_srcdir)
1111
SHLIB_LINK_INTERNAL = $(libpq)
@@ -18,7 +18,7 @@ PGXS := $(shell $(PG_CONFIG) --pgxs)
1818
include $(PGXS)
1919
else
2020
SHLIB_PREREQS = submake-libpq
21-
subdir = contrib/execplan
21+
subdir = contrib/repeater
2222
top_builddir = ../..
2323
include $(top_builddir)/src/Makefile.global
2424
include $(top_srcdir)/contrib/contrib-global.mk

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy