mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h
Reviewed-by: Thomas Munro <thomas.munro@gmail.com> Reviewed-by: Michael Paquier <michael@paquier.xyz> Discussion: https://postgr.es/m/50250765-5B87-4AD7-9770-7FCED42A6175@yesql.se
This commit is contained in:
@ -1545,7 +1545,7 @@ ReorderBufferCleanupTXN(ReorderBuffer *rb, ReorderBufferTXN *txn)
|
||||
* streaming or decoding them at PREPARE. Keep the remaining info -
|
||||
* transactions, tuplecids, invalidations and snapshots.
|
||||
*
|
||||
* We additionaly remove tuplecids after decoding the transaction at prepare
|
||||
* We additionally remove tuplecids after decoding the transaction at prepare
|
||||
* time as we only need to perform invalidation at rollback or commit prepared.
|
||||
*
|
||||
* 'txn_prepared' indicates that we have decoded the transaction at prepare
|
||||
|
Reference in New Issue
Block a user