mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix typos in logical.c and reorderbuffer.c.
Reviewed-by: Sawada Masahiko Discussion: https://postgr.es/m/CAA4eK1K6zTpuqf_d7wXCBjo_EF0_B6Fz3Ecp71Vq18t=wG-nzg@mail.gmail.com
This commit is contained in:
@ -1432,7 +1432,7 @@ ReorderBufferCleanupTXN(ReorderBuffer *rb, ReorderBufferTXN *txn)
|
||||
ReorderBufferCleanupTXN(rb, subtxn);
|
||||
}
|
||||
|
||||
/* cleanup changes in the toplevel txn */
|
||||
/* cleanup changes in the txn */
|
||||
dlist_foreach_modify(iter, &txn->changes)
|
||||
{
|
||||
ReorderBufferChange *change;
|
||||
@ -1533,7 +1533,7 @@ ReorderBufferTruncateTXN(ReorderBuffer *rb, ReorderBufferTXN *txn)
|
||||
ReorderBufferTruncateTXN(rb, subtxn);
|
||||
}
|
||||
|
||||
/* cleanup changes in the toplevel txn */
|
||||
/* cleanup changes in the txn */
|
||||
dlist_foreach_modify(iter, &txn->changes)
|
||||
{
|
||||
ReorderBufferChange *change;
|
||||
|
Reference in New Issue
Block a user