|
15 | 15 | * they are written to the WAL and is responsible to reassemble them into |
16 | 16 | * toplevel transaction sized pieces. When a transaction is completely |
17 | 17 | * reassembled - signalled by reading the transaction commit record - it |
18 | | - * will then call the output plugin (c.f. ReorderBufferCommit()) with the |
| 18 | + * will then call the output plugin (cf. ReorderBufferCommit()) with the |
19 | 19 | * individual changes. The output plugins rely on snapshots built by |
20 | 20 | * snapbuild.c which hands them to us. |
21 | 21 | * |
@@ -1752,7 +1752,7 @@ ReorderBufferForget(ReorderBuffer *rb, TransactionId xid, XLogRecPtr lsn) |
1752 | 1752 | /* |
1753 | 1753 | * Execute invalidations happening outside the context of a decoded |
1754 | 1754 | * transaction. That currently happens either for xid-less commits |
1755 | | - * (c.f. RecordTransactionCommit()) or for invalidations in uninteresting |
| 1755 | + * (cf. RecordTransactionCommit()) or for invalidations in uninteresting |
1756 | 1756 | * transactions (via ReorderBufferForget()). |
1757 | 1757 | */ |
1758 | 1758 | void |
|