What's the ItemPointer's meaning here?

Поиск
Список
Период
Сортировка
От jacktby jacktby
Тема What's the ItemPointer's meaning here?
Дата
Msg-id 62132F1A-82B1-4A9C-BAEA-42651D9D4BBF@gmail.com
обсуждение исходный текст
Список pgsql-hackers
/* Typedef for callback function for table_index_build_scan */
typedef void (*IndexBuildCallback) (Relation index,
                                    ItemPointer tid,
                                    Datum *values,
                                    bool *isnull,
                                    bool tupleIsAlive,
                                    void *state);
When we build an index on an existed heap table, so pg will read the tuple one by one and give the tuple’s hepatid as
thisItemPointer, is that right? 


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: dikkop seems unhappy because of openssl stuff (FreeBSD 14-BETA1)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Partial aggregates pushdown