pgsql: Update PG_CACHE_LINE_SIZE description.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update PG_CACHE_LINE_SIZE description.
Date: 2023-07-03 09:01:33
Message-ID: E1qGFR7-001fnr-QX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update PG_CACHE_LINE_SIZE description.

PG_CACHE_LINE_SIZE was originally only used in xlog.c, but this hasn't
been true for a very long time and is now wildly used, so modify its
description to not mention any explicit source code file.

Author: Julien Rouhaud
Discussion: https://www.postgresql.org/message-id/20230701074936.p3qcssl4t7murt2q@jrouhaud

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dc6070bf5deec475b7efecaabf71eb9b49633973

Modified Files
--------------
src/include/pg_config_manual.h | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-07-03 09:40:25 pgsql: A minor simplification for List manipulation
Previous Message Peter Eisentraut 2023-07-03 08:36:21 pgsql: cirrus/freebsd: define ENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS