pgsql: C comment: correct use of 64-"byte" cache line size

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: C comment: correct use of 64-"byte" cache line size
Date: 2020-09-04 17:28:09
Message-ID: E1kEFVR-0001aq-4n@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

C comment: correct use of 64-"byte" cache line size

Reported-by: Kelly Min

Discussion: https://postgr.es/m/CAPSbxatOiQO90LYpSC3+svAU9-sHgDfEP4oFhcEUt_X=DqFA9g@mail.gmail.com

Backpatch-through: 9.5

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7f79f9582185eb7086ac3c59fa79b47a37cd7d7a

Modified Files
--------------
src/include/storage/buf_internals.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2020-09-04 17:55:55 pgsql: Collect attribute data on extension owned tables being dumped
Previous Message Tom Lane 2020-09-04 16:40:46 pgsql: Fix rare deadlock failure in create_am regression test.