pgsql: Improve pageinspect module

Started by Teodor Sigaevabout 10 years ago4 messages
#1Teodor Sigaev
teodor@sigaev.ru

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(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Michael Paquier
michael.paquier@gmail.com
In reply to: Teodor Sigaev (#1)
Re: [COMMITTERS] pgsql: Improve pageinspect module

On Wed, Nov 25, 2015 at 10:35 PM, Teodor Sigaev <teodor@sigaev.ru> wrote:

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(-)

You have forgotten pageinspect--1.3--1.4.sql. The buildfarm is not going to
be happy.
--
Michael

#3Stephen Frost
sfrost@snowman.net
In reply to: Teodor Sigaev (#1)
Re: pgsql: Improve pageinspect module

* Teodor Sigaev (teodor@sigaev.ru) wrote:

Improve pageinspect module

Now pageinspect can show data stored in the heap tuple.

The buildfarm isn't happy with this change..

Thanks!

Stephen

#4Teodor Sigaev
teodor@sigaev.ru
In reply to: Stephen Frost (#3)
Re: pgsql: Improve pageinspect module

Oh, forgot diff file. Added, thank you

Stephen Frost wrote:

* Teodor Sigaev (teodor@sigaev.ru) wrote:

Improve pageinspect module

Now pageinspect can show data stored in the heap tuple.

The buildfarm isn't happy with this change..

Thanks!

Stephen

--
Teodor Sigaev E-mail: teodor@sigaev.ru
WWW: http://www.sigaev.ru/

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers