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:
parent
0a3f983821
commit
7b8b8dddd6
@ -22,7 +22,7 @@ typedef struct TidStoreIter TidStoreIter;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Result struct for TidStoreIterateNext. This is copyable, but should be
|
* 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
|
typedef struct TidStoreIterResult
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user