heap_fetch

Поиск
Список
Период
Сортировка
От bpalmer
Тема heap_fetch
Дата
Msg-id Pine.BSO.4.43.0202072049400.13910-100000@mizer.crimelabs.net
обсуждение исходный текст
Список pgsql-hackers
From 7.1.3 -> 7.2,  heap_fetch changed from:

extern void heap_fetch(Relation relation, Snapshot snapshot, \HeapTuple tup, Buffer *userbuf);

to

extern void heap_fetch(Relation relation, Snapshot snapshot, \
HeapTuple tup, Buffer *userbuf, IndexScanDesc iscan);

Can any of the core people give me a quick 101 on what the IndexScanDesc
var is now used for / how to reference it / where to learn more about it
in the code?

Thanks all.

- Brandon



----------------------------------------------------------------------------c: 646-456-5455
              h: 201-798-4983b. palmer,  bpalmer@crimelabs.net           pgp:crimelabs.net/bpalmer.pgp5
 



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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Threaded PosgreSQL server
Следующее
От: bpalmer
Дата:
Сообщение: A few more questions..