mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix some typos introduced by the logical decoding patch.
Erik Rijkers
This commit is contained in:
@ -2741,7 +2741,7 @@ ReorderBufferToastReset(ReorderBuffer *rb, ReorderBufferTXN *txn)
|
||||
* * A tuple with a cmin but no cmax (and thus no combocid) got
|
||||
* deleted/updated in another transaction than the one which created it
|
||||
* which we are looking at right now. As only one of cmin, cmax or combocid
|
||||
* is actually stored in the heap we don't have access to the the value we
|
||||
* is actually stored in the heap we don't have access to the value we
|
||||
* need anymore.
|
||||
*
|
||||
* To resolve those problems we have a per-transaction hash of (cmin,
|
||||
|
Reference in New Issue
Block a user