Index AmInsert Parameter Confused?

Поиск
Список
Период
Сортировка
От jacktby jacktby
Тема Index AmInsert Parameter Confused?
Дата
Msg-id 8ADD1D60-2F10-44CF-A9B1-7D1824D48C36@gmail.com
обсуждение исходный текст
Ответы Re: Index AmInsert Parameter Confused?  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
Список 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 ?

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Benoit Lobréau
Дата:
Сообщение: Re: Questions about the new subscription parameter: password_required
Следующее
От: Nazir Bilal Yavuz
Дата:
Сообщение: Re: Build the docs if there are changes in docs and don't run other tasks if the changes are only in docs