Обсуждение: pgsql: Fix pg_xlogdump's calculation of full-page image data.

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

pgsql: Fix pg_xlogdump's calculation of full-page image data.

От
Heikki Linnakangas
Дата:
Fix pg_xlogdump's calculation of full-page image data.

The old formula was completely bogus with the new WAL record format.

Branch
------
master

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

Modified Files
--------------
contrib/pg_xlogdump/pg_xlogdump.c |   21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)