Skip to content

Commit 410fb61

Browse files
committed
move C sources to src subdir
1 parent 2df7533 commit 410fb61

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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

utils.c renamed to src/utils.c

File renamed without changes.

utils.h renamed to src/utils.h

File renamed without changes.

worker.c renamed to src/worker.c

File renamed without changes.

0 commit comments

Comments
 (0)