pgsql: Fix the same-rel optimization when creating WAL records.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix the same-rel optimization when creating WAL records.
Дата
Msg-id E1YpKit-00078w-Q4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix the same-rel optimization when creating WAL records.

prev_regbuf was never set, and therefore the same-rel flag was never set on
WAL records.

Report and fix by Zhanq Zq

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ec3d976bce7e322c29f1007d19b63b7a3a1a6ee4

Modified Files
--------------
src/backend/access/transam/xloginsert.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Backport "Expose fsync_fname as a public API".
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Recursively fsync() the data directory after a crash.