pgsql: Remove stray parenthesis in nbtree.h. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Remove stray parenthesis in nbtree.h.
Date
Msg-id E1jBpnc-0003a1-3p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove stray parenthesis in nbtree.h.

Oversight in commit 0d861bbb702.

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: nbtree: Move fastpath NULL descent stack assertion.
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Improve checking of child pages in contrib/amcheck.