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

Commit8c21867

Browse files
committed
Pass to Postgres-XL approach
1 parentf234df2 commit8c21867

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.orepeater.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)

[8]ページ先頭

©2009-2025 Movatter.jp