Fix ReorderBufferCheckMemoryLimit() comment.

Masahiko Sawada <msawada@postgresql.org>

Commit: 2e3741fb5733201f80443ba9b4583f0e3f3df86e
Author: Masahiko Sawada <msawada@postgresql.org>
Date: 2023-08-02T06:01:05Z
Releases: 14.9
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