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 2
2
3
3
MODULE_big = pg_pathman
4
4
OBJS = 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 )
8
8
9
9
EXTENSION = pg_pathman
10
10
EXTVERSION = 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)
530
530
531
531
/* Allocate shared memory objects */
532
532
LWLockAcquire (AddinShmemInitLock , LW_EXCLUSIVE );
533
- init_dsm_config ();
534
533
init_shmem_config ();
535
534
LWLockRelease (AddinShmemInitLock );
536
535
}
You can’t perform that action at this time.
0 commit comments