From: Masahiko Sawada Date: Wed, 23 Oct 2024 22:37:00 +0000 (-0700) Subject: Fix typo in tidstore.h. X-Git-Tag: REL_18_BETA1~1649 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=7b8b8dddd68aca184ae12e01d2f12d1d338e8f90;p=postgresql.git Fix typo in tidstore.h. An oversight in commit f6bef362c. Reviewed-by: David Rowley Discussion: https://postgr.es/m/CAD21AoB8MJ5OHtpUw1UEGf7spioFmP3PNH44KNx6Yb3FiZSwKA%40mail.gmail.com --- 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 {