Skip to content

Commit 4c197ba

Browse files
committed
Use PGC_SIGHUP for enable_ptrack GUC option.
1 parent 56f2cc8 commit 4c197ba

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ static struct config_bool ConfigureNamesBool[] =
10021002
},
10031003

10041004
{
1005-
{"ptrack_enable", PGC_SU_BACKEND, WAL_SETTINGS,
1005+
{"ptrack_enable", PGC_SIGHUP, WAL_SETTINGS,
10061006
gettext_noop("Enable page tracking."),
10071007
NULL
10081008
},

0 commit comments

Comments
 (0)