Fix typo in tidstore.h
Started by Masahiko Sawadaabout 1 year ago3 messages
Hi,
I've attached the patch to fix a typo in tidstore.h. It's an oversight
in commit f6bef362c.
Regards,
--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com
Attachments:
v1-0001-Fix-typo-in-tidstore.h.patchapplication/octet-stream; name=v1-0001-Fix-typo-in-tidstore.h.patchDownload
From 4c358f1b70faa94b0cac44da42d50f3c0eb78af9 Mon Sep 17 00:00:00 2001
From: Masahiko Sawada <sawada.mshk@gmail.com>
Date: Wed, 23 Oct 2024 13:36:22 -0700
Subject: [PATCH v1] Fix typo in tidstore.h.
An oversight in commit f6bef362c.
Reviewed-by:
Discussion: https://postgr.es/m/
---
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
{
--
2.43.5
Re: Fix typo in tidstore.h
On Thu, 24 Oct 2024 at 09:53, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
I've attached the patch to fix a typo in tidstore.h. It's an oversight
in commit f6bef362c.
Looks good.
David
Re: Fix typo in tidstore.h
On Wed, Oct 23, 2024 at 3:01 PM David Rowley <dgrowleyml@gmail.com> wrote:
On Thu, 24 Oct 2024 at 09:53, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
I've attached the patch to fix a typo in tidstore.h. It's an oversight
in commit f6bef362c.Looks good.
Thank you for reviewing the patch. Pushed.
Regards,
--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com