Fix typo in tidstore.h.

An oversight in commit f6bef362c.

Reviewed-by: David Rowley
Discussion: https://postgr.es/m/CAD21AoB8MJ5OHtpUw1UEGf7spioFmP3PNH44KNx6Yb3FiZSwKA%40mail.gmail.com
pull/182/head
Masahiko Sawada 11 months ago
parent 0a3f983821
commit 7b8b8dddd6
  1. 2
      src/include/access/tidstore.h

@ -22,7 +22,7 @@ typedef struct TidStoreIter TidStoreIter;
/* /*
* Result struct for TidStoreIterateNext. This is copyable, but should be * 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 typedef struct TidStoreIterResult
{ {

Loading…
Cancel
Save