Re: Refactoring xlogutils.c

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Refactoring xlogutils.c
Дата
Msg-id 484EF92B.20609@sigaev.ru
обсуждение исходный текст
Ответ на Refactoring xlogutils.c  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Ответы Re: Refactoring xlogutils.c  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список pgsql-patches
> - For the routines that need a fake, or lightweight, Relation struct
> anyway, there's a new function called
> XLogFakeRelcacheEntry(RelFileNode), that returns a palloc'd Relation
> struct.

Is that fake structure applicable for ReadBuffer()?
ginContinueSplit() calls findParents() with a fake Relation struct, and
findParents will call ReadBuffer()...
GiST's function gistContinueInsert() is working by similar way.
--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Minor pedantry for "help" text
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Refactoring xlogutils.c