pgsql: pg_partition_ancestors

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_partition_ancestors
Date: 2019-03-04 19:26:31
Message-ID: E1h0tEN-0005lx-Ba@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_partition_ancestors

Adds another introspection feature for partitioning, necessary for
further psql patches.

Reviewed-by: Michaël Paquier
Discussion: https://postgr.es/m/20190226222757.GA31622@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b96f6b19487fb9802216311b242c01c27c1938de

Modified Files
--------------
doc/src/sgml/func.sgml | 11 +++++
src/backend/utils/adt/partitionfuncs.c | 49 +++++++++++++++++++++
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.dat | 5 +++
src/test/regress/expected/partition_info.out | 65 ++++++++++++++++++++++++++++
src/test/regress/sql/partition_info.sql | 13 ++++++
6 files changed, 144 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-03-04 19:42:32 pgsql: Reorder configure tests for accept() in Windows
Previous Message Alvaro Herrera 2019-03-04 18:54:30 pgsql: Test partition functions with legacy inheritance children, too