diff options
author | Masahiko Sawada <msawada@postgresql.org> | 2024-10-23 15:37:00 -0700 |
---|---|---|
committer | Masahiko Sawada <msawada@postgresql.org> | 2024-10-23 15:37:00 -0700 |
commit | 7b8b8dddd68aca184ae12e01d2f12d1d338e8f90 (patch) | |
tree | f21d2b44711e9b9c4e7243d8f07033acea64eda0 | |
parent | 0a3f9838218f6f7ff825bb0af00177681fef83ce (diff) | |
download | postgresql-7b8b8dddd68aca184ae12e01d2f12d1d338e8f90.tar.gz postgresql-7b8b8dddd68aca184ae12e01d2f12d1d338e8f90.zip |
Fix typo in tidstore.h.
An oversight in commit f6bef362c.
Reviewed-by: David Rowley
Discussion: https://postgr.es/m/CAD21AoB8MJ5OHtpUw1UEGf7spioFmP3PNH44KNx6Yb3FiZSwKA%40mail.gmail.com
-rw-r--r-- | src/include/access/tidstore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/tidstore.h b/src/include/access/tidstore.h index d95cabd7b5e..aeaf563b6a9 100644 --- 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 TidStoreGetBlockOffsets() to obtain the offsets. */ typedef struct TidStoreIterResult { |