pgsql: Fix ReorderBufferCheckMemoryLimit() comment.

Поиск
Список
Период
Сортировка
От Masahiko Sawada
Тема pgsql: Fix ReorderBufferCheckMemoryLimit() comment.
Дата
Msg-id E1qR4vu-00041D-N5@gemulon.postgresql.org
обсуждение исходный текст
Список 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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2e3741fb5733201f80443ba9b4583f0e3f3df86e

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix pg_stat_io buffer reuse test instability
Следующее
От: Masahiko Sawada
Дата:
Сообщение: pgsql: Fix ReorderBufferCheckMemoryLimit() comment.