We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39eabec commit a88a285Copy full SHA for a88a285
src/include/access/nbtree.h
@@ -168,7 +168,7 @@ typedef struct BTMetaPageData
168
/*
169
* MaxTIDsPerBTreePage is an upper bound on the number of heap TIDs tuples
170
* that may be stored on a btree leaf page. It is used to size the
171
- * per-page temporary buffers used by index scans.)
+ * per-page temporary buffers used by index scans.
172
*
173
* Note: we don't bother considering per-tuple overheads here to keep
174
* things simple (value is based on how many elements a single array of
0 commit comments