Skip to content

Commit a88a285

Browse files
Remove stray parenthesis in nbtree.h.
Oversight in commit 0d861bb.
1 parent 39eabec commit a88a285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/nbtree.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ typedef struct BTMetaPageData
168168
/*
169169
* MaxTIDsPerBTreePage is an upper bound on the number of heap TIDs tuples
170170
* that may be stored on a btree leaf page. It is used to size the
171-
* per-page temporary buffers used by index scans.)
171+
* per-page temporary buffers used by index scans.
172172
*
173173
* Note: we don't bother considering per-tuple overheads here to keep
174174
* things simple (value is based on how many elements a single array of

0 commit comments

Comments
 (0)