Re: partition tree inspection functions - Mailing list pgsql-hackers

From Amit Langote
Subject Re: partition tree inspection functions
Date
Msg-id 4eaf3516-49e5-f963-e137-3d63a3ca3fa6@lab.ntt.co.jp
Whole thread Raw
In response to Re: partition tree inspection functions  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On 2018/10/30 10:33, Michael Paquier wrote:
> Thanks for the new version and using better index names.  I have
> reviewed and committed the patch, with a couple of things tweaked:
> - removal of the tests on the size, they don't seem useful as part of
> showing partition information.
> - no need to join on pg_class for the test of the normal table.
> - added some comments and reformulated some other comments.
> - added a test with a materialized view.
> - added a test with a NULL input (as that's a strict function).

Thank you!

Regards,
Amit



pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgbench doc fix
Next
From: Michael Paquier
Date:
Subject: Re: Conflicting option checking in pg_restore