pgsql: C comment: correct commented bytes of max_cached_tuplebufs - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: C comment: correct commented bytes of max_cached_tuplebufs
Date
Msg-id E1jDESp-0001ew-EZ@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5c3a70020a9e74a69b3ed0ded0de48bdebbbe8ed

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Rearrange pseudotypes.c to get rid of duplicative code.
Next
From: Tomas Vondra
Date:
Subject: pgsql: Improve test coverage for functional dependencies