From 7b8b8dddd68aca184ae12e01d2f12d1d338e8f90 Mon Sep 17 00:00:00 2001 From: Masahiko Sawada Date: Wed, 23 Oct 2024 15:37:00 -0700 Subject: [PATCH] Fix typo in tidstore.h. An oversight in commit f6bef362c. Reviewed-by: David Rowley Discussion: https://postgr.es/m/CAD21AoB8MJ5OHtpUw1UEGf7spioFmP3PNH44KNx6Yb3FiZSwKA%40mail.gmail.com --- src/include/access/tidstore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/access/tidstore.h b/src/include/access/tidstore.h index d95cabd7b5..aeaf563b6a 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 {