pgsql: Fix BRIN xlog replay

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix BRIN xlog replay
Дата
Msg-id E1Z8awW-00042r-B4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix BRIN xlog replay

There was a confusion about which block number to use when storing an
item's pointer in the revmap -- the revmap page's blkno was being used,
not the data page's blkno.

Spotted-by: Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/402822246866e1094d35a617775a65b4be93d322

Modified Files
--------------
src/backend/access/brin/brin_xlog.c |    7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix grammar.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix DDL command collection for TRANSFORM