pgsql: Fix gin_desc routine to match the WAL format.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix gin_desc routine to match the WAL format.
Дата
Msg-id E1Vm7iy-0006el-Of@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix gin_desc routine to match the WAL format.

In the GIN incomplete-splits patch, I used BlockIdDatas to store the block
number of left and right children, when inserting a downlink after a split
to an internal page posting list page. But gin_desc thought they were stored
as BlockNumbers.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/97c19e6c38ebc5e300539f6985ef3e05398c8f46

Modified Files
--------------
src/backend/access/rmgrdesc/gindesc.c |    6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix latent(?) race condition in LockReleaseAll.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Another gin_desc fix.