Commit a88a285c authored by Peter Geoghegan's avatar Peter Geoghegan

Remove stray parenthesis in nbtree.h.

Oversight in commit 0d861bbb.
parent 39eabec9
...@@ -168,7 +168,7 @@ typedef struct BTMetaPageData ...@@ -168,7 +168,7 @@ typedef struct BTMetaPageData
/* /*
* MaxTIDsPerBTreePage is an upper bound on the number of heap TIDs tuples * MaxTIDsPerBTreePage is an upper bound on the number of heap TIDs tuples
* that may be stored on a btree leaf page. It is used to size the * that may be stored on a btree leaf page. It is used to size the
* per-page temporary buffers used by index scans.) * per-page temporary buffers used by index scans.
* *
* Note: we don't bother considering per-tuple overheads here to keep * Note: we don't bother considering per-tuple overheads here to keep
* things simple (value is based on how many elements a single array of * things simple (value is based on how many elements a single array of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment