mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix Latin spelling
"c.f." should be "cf.".
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user