diff options
author | Simon Riggs | 2009-02-25 10:35:27 +0000 |
---|---|---|
committer | Simon Riggs | 2009-02-25 10:35:27 +0000 |
commit | 18a29ebb4c3c579916d2ef8e9ec4af50be5e8e02 (patch) | |
tree | 0a56801499fe36814143c69ec61f40cc9f390532 | |
parent | d6bcd2ac91774068385ea76ea6fe42756235a6d7 (diff) |
Minor comment update.
-rw-r--r-- | src/backend/storage/ipc/procarray.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index 376fdd712a..3aafe348cd 100644 --- a/src/backend/storage/ipc/procarray.c +++ b/src/backend/storage/ipc/procarray.c @@ -455,8 +455,8 @@ ProcArrayRemoveRecoveryProc(TransactionId topxid, TransactionId xid, /* * ProcArrayClearRecoveryTransactions * - * Called during recovery when we see a Shutdown checkpoint or EndRecovery - * record, or at the end of recovery processing. + * Called during recovery when we see a Shutdown checkpoint, or at + * the end of recovery processing. */ void ProcArrayClearRecoveryTransactions(bool need_lock) |