Fix ReorderBufferCheckMemoryLimit() comment.

Masahiko Sawada <msawada@postgresql.org>

Commit: 5c0fcef76a44bb834d4d13685b877e62409e6984
Author: Masahiko Sawada <msawada@postgresql.org>
Date: 2023-08-02T06:01:10Z
Releases: 16.0
Fix ReorderBufferCheckMemoryLimit() comment.

Commit 7259736a6 updated the comment but it was not correct since
ReorderBufferLargestStreamableTopTXN() returns only top-level
transactions.

Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CAD21AoA9XB7OR86BqvrCe2dMYX%2BZv3-BvVmjF%3DGY2z6jN-kqjg%40mail.gmail.com
Backpatch-through: 14

Files

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

Discussion