mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
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:
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user