diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-01-11 08:31:11 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-01-11 08:32:01 -0500 |
commit | 9e945f862633882cae3183d465f321bd8dd591f9 (patch) | |
tree | e8edbf404e5e9325b7e9b1aeebdd208f60b69944 /src/backend/replication/logical/reorderbuffer.c | |
parent | f50c80dbb17efa39c169f6c510e9464486ff5edc (diff) | |
download | postgresql-9e945f862633882cae3183d465f321bd8dd591f9.tar.gz postgresql-9e945f862633882cae3183d465f321bd8dd591f9.zip |
Fix Latin spelling
"c.f." should be "cf.".
Diffstat (limited to 'src/backend/replication/logical/reorderbuffer.c')
-rw-r--r-- | src/backend/replication/logical/reorderbuffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c index 1208da29727..c72a611a391 100644 --- a/src/backend/replication/logical/reorderbuffer.c +++ b/src/backend/replication/logical/reorderbuffer.c @@ -15,7 +15,7 @@ * they are written to the WAL and is responsible to reassemble them into * toplevel transaction sized pieces. When a transaction is completely * reassembled - signalled by reading the transaction commit record - it - * will then call the output plugin (c.f. ReorderBufferCommit()) with the + * will then call the output plugin (cf. ReorderBufferCommit()) with the * individual changes. The output plugins rely on snapshots built by * snapbuild.c which hands them to us. * @@ -1752,7 +1752,7 @@ ReorderBufferForget(ReorderBuffer *rb, TransactionId xid, XLogRecPtr lsn) /* * Execute invalidations happening outside the context of a decoded * transaction. That currently happens either for xid-less commits - * (c.f. RecordTransactionCommit()) or for invalidations in uninteresting + * (cf. RecordTransactionCommit()) or for invalidations in uninteresting * transactions (via ReorderBufferForget()). */ void |