public inbox for [email protected]  
help / color / mirror / Atom feed
From: jacktby jacktby <[email protected]>
To: [email protected]
Subject: Index AmInsert Parameter Confused?
Date: Tue, 26 Sep 2023 22:31:09 +0800
Message-ID: <[email protected]> (raw)

typedef bool (*aminsert_function) (Relation indexRelation,
								   Datum *values,
								   bool *isnull,
								   ItemPointer heap_tid,
								   Relation heapRelation,
								   IndexUniqueCheck checkUnique,
								   bool indexUnchanged,
								   struct IndexInfo *indexInfo);

Why is there a heap_tid, We haven’t inserted the value, so where does it from ?

view thread (2+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: Index AmInsert Parameter Confused?
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox