Commit 7729e22d authored by Magnus Hagander's avatar Magnus Hagander

Fix a copy/pasted typo in several comments

parent 61cb8c5a
...@@ -4454,7 +4454,7 @@ pgstat_recv_bgwriter(PgStat_MsgBgWriter *msg, int len) ...@@ -4454,7 +4454,7 @@ pgstat_recv_bgwriter(PgStat_MsgBgWriter *msg, int len)
/* ---------- /* ----------
* pgstat_recv_recoveryconflict() - * pgstat_recv_recoveryconflict() -
* *
* Process as RECOVERYCONFLICT message. * Process a RECOVERYCONFLICT message.
* ---------- * ----------
*/ */
static void static void
...@@ -4494,7 +4494,7 @@ pgstat_recv_recoveryconflict(PgStat_MsgRecoveryConflict *msg, int len) ...@@ -4494,7 +4494,7 @@ pgstat_recv_recoveryconflict(PgStat_MsgRecoveryConflict *msg, int len)
/* ---------- /* ----------
* pgstat_recv_deadlock() - * pgstat_recv_deadlock() -
* *
* Process as DEADLOCK message. * Process a DEADLOCK message.
* ---------- * ----------
*/ */
static void static void
...@@ -4510,7 +4510,7 @@ pgstat_recv_deadlock(PgStat_MsgDeadlock *msg, int len) ...@@ -4510,7 +4510,7 @@ pgstat_recv_deadlock(PgStat_MsgDeadlock *msg, int len)
/* ---------- /* ----------
* pgstat_recv_tempfile() - * pgstat_recv_tempfile() -
* *
* Process as PGSTAT_MTYPE_TEMPFILE message. * Process a TEMPFILE message.
* ---------- * ----------
*/ */
static void static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment