From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Improve pageinspect module |
Date: | 2015-11-25 13:35:33 |
Message-ID: | E1a1aEP-00086W-Ps@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Improve pageinspect module
Now pageinspect can show data stored in the heap tuple.
Nikolay Shaplov
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/d6061f83a166b015657fda8623c704fcb86930e9
Modified Files
--------------
contrib/pageinspect/Makefile | 6 +-
contrib/pageinspect/heapfuncs.c | 271 +++++++++++++++++++++++++++--
contrib/pageinspect/pageinspect--1.3.sql | 189 --------------------
contrib/pageinspect/pageinspect--1.4.sql | 279 ++++++++++++++++++++++++++++++
contrib/pageinspect/pageinspect.control | 2 +-
doc/src/sgml/pageinspect.sgml | 57 +++++-
6 files changed, 598 insertions(+), 206 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2015-11-25 13:42:43 | Re: [COMMITTERS] pgsql: Improve pageinspect module |
Previous Message | Bruce Momjian | 2015-11-24 22:18:35 | pgsql: pg_upgrade: fix CopyFile() on Windows to fail on file existence |
From | Date | Subject | |
---|---|---|---|
Next Message | Teodor Sigaev | 2015-11-25 13:37:37 | Re: pageinspect patch, for showing tuple data |
Previous Message | Michael Paquier | 2015-11-25 13:27:57 | Re: pageinspect patch, for showing tuple data |