summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procarray.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-01-11 08:31:11 -0500
committerPeter Eisentraut <peter_e@gmx.net>2018-01-11 08:32:01 -0500
commit9e945f862633882cae3183d465f321bd8dd591f9 (patch)
treee8edbf404e5e9325b7e9b1aeebdd208f60b69944 /src/backend/storage/ipc/procarray.c
parentf50c80dbb17efa39c169f6c510e9464486ff5edc (diff)
Fix Latin spelling
"c.f." should be "cf.".
Diffstat (limited to 'src/backend/storage/ipc/procarray.c')
-rw-r--r--src/backend/storage/ipc/procarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c
index 40451c93155..1a00011adc3 100644
--- a/src/backend/storage/ipc/procarray.c
+++ b/src/backend/storage/ipc/procarray.c
@@ -820,7 +820,7 @@ ProcArrayApplyRecoveryInfo(RunningTransactions running)
/*
* latestObservedXid is at least set to the point where SUBTRANS was
- * started up to (c.f. ProcArrayInitRecovery()) or to the biggest xid
+ * started up to (cf. ProcArrayInitRecovery()) or to the biggest xid
* RecordKnownAssignedTransactionIds() was called for. Initialize
* subtrans from thereon, up to nextXid - 1.
*