Skip to content

Commit a00f069

Browse files
committed
do not request new locks in tsdtm
1 parent 578c08a commit a00f069

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/pg_tsdtm/pg_dtm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ _PG_init(void)
197197
return;
198198

199199
RequestAddinShmemSpace(dtm_memsize());
200-
RequestAddinLWLocks(1);
201200

202201
DefineCustomIntVariable(
203202
"dtm.vacuum_delay",

0 commit comments

Comments
 (0)