summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/snapbuild.c
diff options
context:
space:
mode:
authorPeter Eisentraut2018-01-11 13:31:11 +0000
committerPeter Eisentraut2018-01-11 13:32:01 +0000
commit9e945f862633882cae3183d465f321bd8dd591f9 (patch)
treee8edbf404e5e9325b7e9b1aeebdd208f60b69944 /src/backend/replication/logical/snapbuild.c
parentf50c80dbb17efa39c169f6c510e9464486ff5edc (diff)
Fix Latin spelling
"c.f." should be "cf.".
Diffstat (limited to 'src/backend/replication/logical/snapbuild.c')
-rw-r--r--src/backend/replication/logical/snapbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/snapbuild.c b/src/backend/replication/logical/snapbuild.c
index 5b35f22a323..4123cdebcfd 100644
--- a/src/backend/replication/logical/snapbuild.c
+++ b/src/backend/replication/logical/snapbuild.c
@@ -42,7 +42,7 @@
* catalog in a transaction. During normal operation this is achieved by using
* CommandIds/cmin/cmax. The problem with that however is that for space
* efficiency reasons only one value of that is stored
- * (c.f. combocid.c). Since ComboCids are only available in memory we log
+ * (cf. combocid.c). Since ComboCids are only available in memory we log
* additional information which allows us to get the original (cmin, cmax)
* pair during visibility checks. Check the reorderbuffer.c's comment above
* ResolveCminCmaxDuringDecoding() for details.