Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7729e22

Browse files
committed
Fix a copy/pasted typo in several comments
1 parent 61cb8c5 commit 7729e22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/postmaster/pgstat.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -4454,7 +4454,7 @@ pgstat_recv_bgwriter(PgStat_MsgBgWriter *msg, int len)
44544454
/* ----------
44554455
* pgstat_recv_recoveryconflict() -
44564456
*
4457-
* Process as RECOVERYCONFLICT message.
4457+
* Process a RECOVERYCONFLICT message.
44584458
* ----------
44594459
*/
44604460
static void
@@ -4494,7 +4494,7 @@ pgstat_recv_recoveryconflict(PgStat_MsgRecoveryConflict *msg, int len)
44944494
/* ----------
44954495
* pgstat_recv_deadlock() -
44964496
*
4497-
* Process as DEADLOCK message.
4497+
* Process a DEADLOCK message.
44984498
* ----------
44994499
*/
45004500
static void
@@ -4510,7 +4510,7 @@ pgstat_recv_deadlock(PgStat_MsgDeadlock *msg, int len)
45104510
/* ----------
45114511
* pgstat_recv_tempfile() -
45124512
*
4513-
* Process as PGSTAT_MTYPE_TEMPFILE message.
4513+
* Process a TEMPFILE message.
45144514
* ----------
45154515
*/
45164516
static void

0 commit comments

Comments
 (0)