pgsql: Remove stray parenthesis in nbtree.h.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove stray parenthesis in nbtree.h.
Date: 2020-03-11 01:04:40
Message-ID: E1jBpnc-0003a1-3p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2020-03-11 09:01:18 pgsql: Improve checking of child pages in contrib/amcheck.
Previous Message Peter Geoghegan 2020-03-11 00:27:07 pgsql: nbtree: Move fastpath NULL descent stack assertion.