File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4454,7 +4454,7 @@ pgstat_recv_bgwriter(PgStat_MsgBgWriter *msg, int len)
4454
4454
/* ----------
4455
4455
* pgstat_recv_recoveryconflict() -
4456
4456
*
4457
- * Process as RECOVERYCONFLICT message.
4457
+ * Process a RECOVERYCONFLICT message.
4458
4458
* ----------
4459
4459
*/
4460
4460
static void
@@ -4494,7 +4494,7 @@ pgstat_recv_recoveryconflict(PgStat_MsgRecoveryConflict *msg, int len)
4494
4494
/* ----------
4495
4495
* pgstat_recv_deadlock() -
4496
4496
*
4497
- * Process as DEADLOCK message.
4497
+ * Process a DEADLOCK message.
4498
4498
* ----------
4499
4499
*/
4500
4500
static void
@@ -4510,7 +4510,7 @@ pgstat_recv_deadlock(PgStat_MsgDeadlock *msg, int len)
4510
4510
/* ----------
4511
4511
* pgstat_recv_tempfile() -
4512
4512
*
4513
- * Process as PGSTAT_MTYPE_TEMPFILE message.
4513
+ * Process a TEMPFILE message.
4514
4514
* ----------
4515
4515
*/
4516
4516
static void
You can’t perform that action at this time.
0 commit comments