pgsql: pg_partition_ancestors - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: pg_partition_ancestors
Date
Msg-id E1h0tEN-0005lx-Ba@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Test partition functions with legacy inheritance children, too
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Reorder configure tests for accept() in Windows