pgsql: GIN entry pages follow the standard page layout - tell XLogInser

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: GIN entry pages follow the standard page layout - tell XLogInser
Дата
Msg-id E1WZfUU-00082Z-9Q@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
GIN entry pages follow the standard page layout - tell XLogInsert.

The entry B-tree pages all follow the standard page layout. The 9.3 code has
this right. I inadvertently changed this at some point during the big
refactorings in git master.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1bd3842163f2b44e29938b5ab158bb6a589ff10c

Modified Files
--------------
src/backend/access/gin/ginentrypage.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: pgsql: Add ANALYZE into regression tests
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Remove dead checks for invalid left page in ginDeletePage.