pgsql: Add missing parenthesis to max item size macro.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing parenthesis to max item size macro.
Date: 2022-08-05 20:10:39
Message-ID: E1oK3eZ-000TVt-3i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing parenthesis to max item size macro.

Oversight in commit 92f37505, per buildfarm.

Branch
------
master

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

Modified Files
--------------
src/backend/access/nbtree/nbtdedup.c | 3 +++
src/include/access/nbtree.h | 8 ++++----
2 files changed, 7 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2022-08-05 21:27:01 pgsql: Fix comments about deduplication updating page.
Previous Message Tom Lane 2022-08-05 19:57:59 pgsql: Partially undo commit 94da73281.