pgsql: pageinspect: Add bt_page_items function with bytea argument

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pageinspect: Add bt_page_items function with bytea argument
Date: 2017-04-05 03:59:55
Message-ID: E1cvc6t-0004dD-EK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pageinspect: Add bt_page_items function with bytea argument

Author: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
Reviewed-by: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/193f5f9e913f3ead6609cc99be82578e0dedd409

Modified Files
--------------
contrib/pageinspect/btreefuncs.c | 198 +++++++++++++++++++-------
contrib/pageinspect/expected/btree.out | 13 ++
contrib/pageinspect/pageinspect--1.5--1.6.sql | 14 ++
contrib/pageinspect/sql/btree.sql | 4 +
doc/src/sgml/pageinspect.sgml | 32 +++++
src/include/access/nbtree.h | 1 +
6 files changed, 211 insertions(+), 51 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-04-05 04:39:25 pgsql: Capitalize names of PLs consistently
Previous Message Kevin Grittner 2017-04-04 23:46:54 pgsql: Follow-on cleanup for the transition table patch.