Fix comments atop ReorderBufferAddInvalidations.

Amit Kapila <akapila@postgresql.org>

Commit: fc0d1ecb0bf1b0d9f8271b81735a8eb8b304ad70
Author: Amit Kapila <akapila@postgresql.org>
Date: 2022-11-10T11:49:30Z
Releases: 14.7
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