Remove stray parenthesis in nbtree.h.
authorPeter Geoghegan <pg@bowt.ie>
Wed, 11 Mar 2020 01:03:56 +0000 (18:03 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Wed, 11 Mar 2020 01:03:56 +0000 (18:03 -0700)
Oversight in commit 0d861bbb702.

src/include/access/nbtree.h

index 84a7e80e24b248deac4a31042f0ecb5fca5c3eba..18206a0c656a0b38f15d873f9ceb2c67cdc050be 100644 (file)
@@ -168,7 +168,7 @@ typedef struct BTMetaPageData
 /*
  * 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
- * 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
  * things simple (value is based on how many elements a single array of