projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a3f983
)
Fix typo in tidstore.h.
author
Masahiko Sawada
<
[email protected]
>
Wed, 23 Oct 2024 22:37:00 +0000
(15:37 -0700)
committer
Masahiko Sawada
<
[email protected]
>
Wed, 23 Oct 2024 22:37:00 +0000
(15:37 -0700)
An oversight in commit
f6bef362c
.
Reviewed-by: David Rowley
Discussion: https://postgr.es/m/CAD21AoB8MJ5OHtpUw1UEGf7spioFmP3PNH44KNx6Yb3FiZSwKA%40mail.gmail.com
src/include/access/tidstore.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/tidstore.h
b/src/include/access/tidstore.h
index d95cabd7b5e65fe4e2b848c453ed5ef54341d07b..aeaf563b6a9300c10bbe8f649511b379a4392696 100644
(file)
--- a/
src/include/access/tidstore.h
+++ b/
src/include/access/tidstore.h
@@
-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 TidStoreGet
Block
Offsets() to obtain the offsets.
*/
typedef struct TidStoreIterResult
{