pgsql: Improve pageinspect module
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
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
* 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
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