8000 Fix typos. · postgrespro/pg_wait_sampling@d426865 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d426865

Browse files
author
Alexander Korotkov
committed
Fix typos.
1 parent ec5fc06 commit d426865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pg_wait_sampling.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (c) 2015-2016, Postgres Professional
66
*
77
* IDENTIFICATION
8-
* contrib/pg_stat_wait/pg_wait_sampling.h
8+
* contrib/pg_wait_sampling/pg_wait_sampling.h
99
*/
1010
#ifndef __PG_WAIT_SAMPLING_H__
1111
#define __PG_WAIT_SAMPLING_H__
@@ -59,7 +59,7 @@ typedef struct
5959
int profilePeriod;
6060
} CollectorShmqHeader;
6161

62-
/* pg_stat_wait.c */
62+
/* pg_wait_sampling.c */
6363
extern void check_shmem(void);
6464
extern CollectorShmqHeader *collector_hdr;
6565
extern shm_mq *collector_mq;

0 commit comments

Comments
 (0)
0