File tree Expand file tree Collapse file tree 6 files changed +4
-376
lines changed Expand file tree Collapse file tree 6 files changed +4
-376
lines changed Original file line number Diff line number Diff line change 22
33MODULE_big = pg_pathman
44OBJS = src/init.o src/relation_info.o src/utils.o src/partition_filter.o src/runtimeappend.o \
5- src/runtime_merge_append.o src/pg_pathman.o src/dsm_array.o src/ rangeset.o src/pl_funcs.o \
6- src/pathman_workers.o src/hooks.o src/nodes_common.o src/xact_handling.o src/copy_stmt_hooking.o \
7- src/pg_compat.o $(WIN32RES )
5+ src/runtime_merge_append.o src/pg_pathman.o src/rangeset.o src/pl_funcs.o \
6+ src/pathman_workers.o src/hooks.o src/nodes_common.o src/xact_handling.o \
7+ src/copy_stmt_hooking.o src/ pg_compat.o $(WIN32RES )
88
99EXTENSION = pg_pathman
1010EXTVERSION = 1.0
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -530,7 +530,6 @@ pathman_shmem_startup_hook(void)
530530
531531 /* Allocate shared memory objects */
532532 LWLockAcquire (AddinShmemInitLock , LW_EXCLUSIVE );
533- init_dsm_config ();
534533 init_shmem_config ();
535534 LWLockRelease (AddinShmemInitLock );
536535}
You can’t perform that action at this time.
0 commit comments