Обсуждение: pgsql: Fix bug in WAL_DEBUG.

Поиск
Список
Период
Сортировка

pgsql: Fix bug in WAL_DEBUG.

От
Heikki Linnakangas
Дата:
Fix bug in WAL_DEBUG.

The record header was not copied correctly to the buffer that was passed
to the rm_desc function. Broken by my rm_desc signature refactoring patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/85ba0748ed5aa069643887af84fc28c380b1e815

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