aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Geoghegan <pg@bowt.ie>2020-03-10 18:03:56 -0700
committerPeter Geoghegan <pg@bowt.ie>2020-03-10 18:03:56 -0700
commita88a285c7e343502b55204a211818d12b1b7d6ff (patch)
tree1bd3ef751c17bcdc5169ac786313317c2911c48e /src
parent39eabec90451d8badbba9b3e938d6d05432a0517 (diff)
downloadpostgresql-a88a285c7e343502b55204a211818d12b1b7d6ff.tar.gz
postgresql-a88a285c7e343502b55204a211818d12b1b7d6ff.zip
Remove stray parenthesis in nbtree.h.
Oversight in commit 0d861bbb702.
Diffstat (limited to 'src')
-rw-r--r--src/include/access/nbtree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h
index 84a7e80e24b..18206a0c656 100644
--- a/src/include/access/nbtree.h
+++ b/src/include/access/nbtree.h
@@ -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