We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cd530 commit 91305b2Copy full SHA for 91305b2
collector.c
@@ -19,7 +19,6 @@
19
#include "storage/shm_mq.h"
20
#include "storage/shm_toc.h"
21
#include "storage/spin.h"
22
-#include "utils/guc.h"
23
#include "utils/memutils.h"
24
#include "utils/resowner.h"
25
pg_wait_sampling.c
@@ -23,6 +23,7 @@
#include "utils/builtins.h"
#include "utils/datetime.h"
#include "utils/guc.h"
26
+#include "utils/guc_tables.h"
27
28
#include "pg_wait_sampling.h"
29
@@ -124,7 +125,7 @@ setup_gucs()
124
125
}
126
else if (!strcmp(name, "pg_wait_sampling.profile_period"))
127
{
- history_skip_latch_found = true;
128
+ profile_period_found = true;
129
var->integer.variable = &collector_hdr->profilePeriod;
130
131
0 commit comments