We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5fc06 commit d426865Copy full SHA for d426865
pg_wait_sampling.h
@@ -5,7 +5,7 @@
5
* Copyright (c) 2015-2016, Postgres Professional
6
*
7
* IDENTIFICATION
8
- * contrib/pg_stat_wait/pg_wait_sampling.h
+ * contrib/pg_wait_sampling/pg_wait_sampling.h
9
*/
10
#ifndef __PG_WAIT_SAMPLING_H__
11
#define __PG_WAIT_SAMPLING_H__
@@ -59,7 +59,7 @@ typedef struct
59
int profilePeriod;
60
} CollectorShmqHeader;
61
62
-/* pg_stat_wait.c */
+/* pg_wait_sampling.c */
63
extern void check_shmem(void);
64
extern CollectorShmqHeader *collector_hdr;
65
extern shm_mq *collector_mq;
0 commit comments