pgsql: Fix ReorderBufferCheckMemoryLimit() comment. - Mailing list pgsql-committers

From Masahiko Sawada
Subject pgsql: Fix ReorderBufferCheckMemoryLimit() comment.
Date
Msg-id E1qR4wD-000434-5e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0125c4e21d7e9c8b3da95ffcd3e34c0f61c9b69a

Modified Files
--------------
src/backend/replication/logical/reorderbuffer.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: Fix ReorderBufferCheckMemoryLimit() comment.
Next
From: Tom Lane
Date:
Subject: pgsql: First-draft release notes for 15.4.