Fix comments atop ReorderBufferAddInvalidations.

Amit Kapila <akapila@postgresql.org>

Commit: daadb42e92ed903642bce314e9c7a0325ee6b1b2
Author: Amit Kapila <akapila@postgresql.org>
Date: 2022-11-10T11:38:27Z
Releases: 15.2
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