Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7b8b8dd

Browse files
Fix typo in tidstore.h.
An oversight in commit f6bef36. Reviewed-by: David Rowley Discussion: https://postgr.es/m/CAD21AoB8MJ5OHtpUw1UEGf7spioFmP3PNH44KNx6Yb3FiZSwKA%40mail.gmail.com
1 parent 0a3f983 commit 7b8b8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/tidstore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ typedef struct TidStoreIter TidStoreIter;
2222

2323
/*
2424
* Result struct for TidStoreIterateNext. This is copyable, but should be
25-
* treated as opaque. Call TidStoreGetOffsets() to obtain the offsets.
25+
* treated as opaque. Call TidStoreGetBlockOffsets() to obtain the offsets.
2626
*/
2727
typedef struct TidStoreIterResult
2828
{

0 commit comments

Comments
 (0)