diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-05-23 08:16:09 -0400 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-05-23 08:16:21 -0400 |
commit | 57b7e83b0d5e192c01e261b76ff0ed0ccd73c37c (patch) | |
tree | efcb506595ee9f03c8d7acd3e1a5592cf70dcfdd /src/backend/storage/ipc/procarray.c | |
parent | 11ad3b35c25de6edcaa8a7695cb1d58650c546d3 (diff) |
Fix misc typos in comments.
Diffstat (limited to 'src/backend/storage/ipc/procarray.c')
-rw-r--r-- | src/backend/storage/ipc/procarray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index cdd92d99a22..ea82882aa6d 100644 --- a/src/backend/storage/ipc/procarray.c +++ b/src/backend/storage/ipc/procarray.c @@ -1928,7 +1928,7 @@ GetOldestActiveTransactionId(void) * much more conservative than what really has been affected by vacuum, but we * currently don't have better data available. * - * This is useful to initalize the cutoff xid after which a new changeset + * This is useful to initialize the cutoff xid after which a new changeset * extraction replication slot can start decoding changes. * * Must be called with ProcArrayLock held either shared or exclusively, |