aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/time/snapmgr.c
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2017-06-24 13:51:26 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2017-06-24 13:51:26 +0100
commita15b47df357d6c9ac6ebc2ce63bb24c6faddd44c (patch)
tree0e56747a3d9fd235295d85ccc0c86f50f3aa01eb /src/backend/utils/time/snapmgr.c
parent829f12e2690c0442e156069092b05f1edc78b08a (diff)
downloadpostgresql-a15b47df357d6c9ac6ebc2ce63bb24c6faddd44c.tar.gz
postgresql-a15b47df357d6c9ac6ebc2ce63bb24c6faddd44c.zip
Fix typo in comment in SerializeSnapshot
Author: Masahiko Sawada
Diffstat (limited to 'src/backend/utils/time/snapmgr.c')
-rw-r--r--src/backend/utils/time/snapmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/time/snapmgr.c b/src/backend/utils/time/snapmgr.c
index 6bf3a94f057..08a08c8e8fc 100644
--- a/src/backend/utils/time/snapmgr.c
+++ b/src/backend/utils/time/snapmgr.c
@@ -2078,7 +2078,7 @@ SerializeSnapshot(Snapshot snapshot, char *start_address)
/*
* Ignore the SubXID array if it has overflowed, unless the snapshot was
- * taken during recovey - in that case, top-level XIDs are in subxip as
+ * taken during recovery - in that case, top-level XIDs are in subxip as
* well, and we mustn't lose them.
*/
if (serialized_snapshot.suboverflowed && !snapshot->takenDuringRecovery)