Skip to content

Commit 3c1046c

Browse files
author
Oleg Tselebrovskiy
committed
Remove units from profile_period and history_period
1 parent 56546f0 commit 3c1046c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pg_wait_sampling.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ _PG_init(void)
375375
1,
376376
INT_MAX,
377377
PGC_SIGHUP,
378-
GUC_UNIT_MS,
378+
0,
379379
NULL,
380380
NULL,
381381
NULL);
@@ -388,7 +388,7 @@ _PG_init(void)
388388
1,
389389
INT_MAX,
390390
PGC_SIGHUP,
391-
GUC_UNIT_MS,
391+
0,
392392
NULL,
393393
NULL,
394394
NULL);

0 commit comments

Comments
 (0)