Fix comments atop ReorderBufferAddInvalidations.

Amit Kapila <akapila@postgresql.org>

Commit: 36e545cd051ffe58064c1f38faeb64f4feef4aec
Author: Amit Kapila <akapila@postgresql.org>
Date: 2022-11-10T11:26:49Z
Releases: 16.0
Fix comments atop ReorderBufferAddInvalidations.

The comments atop seem to indicate that we always accumulate invalidation
messages in a top-level transaction which is neither required nor matches
with the code.

Author: Amit Kapila
Reviewd by: Masahiko Sawada
Backpatch-through: 14, where it was introduced in commit c55040ccd0
Discussion: https://postgr.es/m/CAA4eK1LxGgnUroPz8STb6OfjVU1yaHoSA+T63URwmGCLdMJ0LA@mail.gmail.com

Files

PathChange+/−
src/backend/replication/logical/reorderbuffer.c modified +12 −10

Discussion