Fix typo in tidstore.h.

An oversight in commit f6bef362c.

Reviewed-by: David Rowley
Discussion: https://postgr.es/m/CAD21AoB8MJ5OHtpUw1UEGf7spioFmP3PNH44KNx6Yb3FiZSwKA%40mail.gmail.com
This commit is contained in:
Masahiko Sawada 2024-10-23 15:37:00 -07:00
parent 0a3f983821
commit 7b8b8dddd6

View File

@ -22,7 +22,7 @@ typedef struct TidStoreIter TidStoreIter;
/*
* Result struct for TidStoreIterateNext. This is copyable, but should be
* treated as opaque. Call TidStoreGetOffsets() to obtain the offsets.
* treated as opaque. Call TidStoreGetBlockOffsets() to obtain the offsets.
*/
typedef struct TidStoreIterResult
{