Skip to content

Commit ab22d57

Browse files
committed
Merge branch 'master' of github.com:postgrespro/pg_pathman
2 parents 556e4f6 + 410fb61 commit ab22d57

18 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# contrib/pg_pathman/Makefile
22

33
MODULE_big = pg_pathman
4-
OBJS = init.o utils.o runtimeappend.o runtime_merge_append.o pg_pathman.o dsm_array.o \
5-
rangeset.o pl_funcs.o worker.o hooks.o nodes_common.o $(WIN32RES)
4+
OBJS = src/init.o src/utils.o src/runtimeappend.o src/runtime_merge_append.o src/pg_pathman.o src/dsm_array.o \
5+
src/rangeset.o src/pl_funcs.o src/worker.o src/hooks.o src/nodes_common.o $(WIN32RES)
66

77
EXTENSION = pg_pathman
88
EXTVERSION = 0.1
File renamed without changes.

hooks.c renamed to src/hooks.c

File renamed without changes.

hooks.h renamed to src/hooks.h

File renamed without changes.

init.c renamed to src/init.c

File renamed without changes.
File renamed without changes.
File renamed without changes.

pathman.h renamed to src/pathman.h

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)