pgsql: C comment: correct commented bytes of max_cached_tuplebufs

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: C comment: correct commented bytes of max_cached_tuplebufs
Date: 2020-03-14 21:36:59
Message-ID: E1jDESp-0001es-Dl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

C comment: correct commented bytes of max_cached_tuplebufs

The comment said ~8MB, but it is actually ~64MB.

Reported-by: Kuntal Ghosh

Discussion: https://postgr.es/m/CAGz5QC+GGmHdnxp04B6wcLz2Zcd_HU+wCBrsPyOZP62-BJghig@mail.gmail.com

Backpatch-through: 9.5-10

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/170679216d225d979daf2651f2bf73bc08ffdd26

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2020-03-14 22:10:23 pgsql: Improve test coverage for functional dependencies
Previous Message Tom Lane 2020-03-14 19:31:52 pgsql: Rearrange pseudotypes.c to get rid of duplicative code.