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-05T05:56:41Z
Lists: pgsql-hackers
Attachments
- 0001-Add-pg_partition_tree-to-display-information-about-p.patch (text/x-diff) patch 0001
On Thu, Oct 04, 2018 at 05:18:07PM +0900, Michael Paquier wrote: > So it seems that I am clearly outvoted here ;) > > Okay, let's do as you folks propose. And attached is a newer version with this isleaf stuff and the previous feedback from Amit integrated, as long as I recall about it. The version is indented, and tutti-quanti. Does that look fine to everybody here? The CF bot should normally pick up this patch, the previous garbage seen in one of the tests seems to come from the previous implementation which used strings... -- Michael
Commits
-
Add pg_partition_tree to display information about partitions
- d5eec4eefde7 12.0 landed