Index AmInsert Parameter Confused?

From: jacktby jacktby <jacktby(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Index AmInsert Parameter Confused?
Date: 2023-09-26 14:31:09
Message-ID: 8ADD1D60-2F10-44CF-A9B1-7D1824D48C36@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 ?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nazir Bilal Yavuz 2023-09-26 14:51:37 Re: Build the docs if there are changes in docs and don't run other tasks if the changes are only in docs
Previous Message Benoit Lobréau 2023-09-26 14:27:03 Re: Questions about the new subscription parameter: password_required