diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-12-21 13:36:52 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-12-21 13:36:52 -0300 |
commit | 9ef6aba1d3513829d9f77a4a91ca52f2e5719aef (patch) | |
tree | 6a080f4905138d3f6f4faa97df7dfd59ab595376 /src | |
parent | c98c35cd084a25c6cf9b08c76de8b89facd75fe7 (diff) | |
download | postgresql-9ef6aba1d3513829d9f77a4a91ca52f2e5719aef.tar.gz postgresql-9ef6aba1d3513829d9f77a4a91ca52f2e5719aef.zip |
Fix typo
Diffstat (limited to 'src')
-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 37e12bd8295..d87799cb969 100644 --- a/src/backend/storage/ipc/procarray.c +++ b/src/backend/storage/ipc/procarray.c @@ -2180,7 +2180,7 @@ GetOldestSafeDecodingTransactionId(bool catalogOnly) * that value, it's guaranteed to be safe since it's computed by this * routine initially and has been enforced since. We can always use the * slot's general xmin horizon, but the catalog horizon is only usable - * when we only catalog data is going to be looked at. + * when only catalog data is going to be looked at. */ if (TransactionIdIsValid(procArray->replication_slot_xmin) && TransactionIdPrecedes(procArray->replication_slot_xmin, |