Dump pageinspect to 1.2: page_header with pg_lsn datatype

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Dump pageinspect to 1.2: page_header with pg_lsn datatype
Date: 2014-02-22 11:15:38
Message-ID: CAB7nPqRXtMSZ55_gbbwMe95KfLsF6pYWcsdAkY0A2qT5XNyVMg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

Please find attached a patch to dump pageinspect to 1.2. This simply
changes page_header to use the new internal datatype pg_lsn instead of text.

Regards,
--
Michael

Attachment Content-Type Size
0001-pageinspect_1_2.patch text/x-patch 7.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2014-02-22 18:02:45 commit fest 2014-01 week 5 report
Previous Message Andres Freund 2014-02-22 09:47:50 Re: Patch: show relation and tuple infos of a lock to acquire