Re: partition tree inspection functions
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: Jesper Pedersen <jesper.pedersen@redhat.com>, Thomas Munro <thomas.munro@enterprisedb.com>, Robert Haas <robertmhaas@gmail.com>, Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-10-09T11:25:46Z
Lists: pgsql-hackers
On Tue, Oct 09, 2018 at 08:17:20PM +0900, Michael Paquier wrote: > isleaf is of course wrong if the input is a partitioned index, so more > regression tests to cover those cases would be nice. Also, the call to find_all_inheritors needs AccessShareLock... NoLock is not secure. -- Michael
Commits
-
Add pg_partition_tree to display information about partitions
- d5eec4eefde7 12.0 landed