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

From Heikki Linnakangas
Subject pgsql: Fix pg_xlogdump's calculation of full-page image data.
Date
Msg-id E1XwpRV-0006HM-GL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Don't dump core if pq_comm_reset() is called before pq_init().
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Print wal_log_hints in the rm_desc routing of a parameter-change