Fix typo in tidstore.h.
authorMasahiko Sawada <[email protected]>
Wed, 23 Oct 2024 22:37:00 +0000 (15:37 -0700)
committerMasahiko 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

index d95cabd7b5e65fe4e2b848c453ed5ef54341d07b..aeaf563b6a9300c10bbe8f649511b379a4392696 100644 (file)
@@ -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
 {