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

From Masahiko Sawada
Subject pgsql: Fix ReorderBufferCheckMemoryLimit() comment.
Date
Msg-id E1qR4w1-00041o-Ki@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
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/01357f1da94b9926336448d88ac519f20ab27cd7

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: Masahiko Sawada
Date:
Subject: pgsql: Fix ReorderBufferCheckMemoryLimit() comment.