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

From Jesper Pedersen
Subject Re: partition tree inspection functions
Date
Msg-id 8f392c72-b8fe-6822-1913-cacc858fb1a2@redhat.com
Whole thread Raw
In response to Re: partition tree inspection functions  (Michael Paquier <michael@paquier.xyz>)
Responses Re: partition tree inspection functions  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hi Michael,

On 10/2/18 11:37 PM, Michael Paquier wrote:
> isleaf is not particularly useful as it can just be fetched with a join
> on pg_class/relkind.  So I think that we had better remove it.
> 

Removing isleaf would require extra round trips to the server to get 
that information. So, I think we should keep it.

Best regards,
  Jesper


pgsql-hackers by date:

Previous
From: Andrey Klychkov
Date:
Subject: Re[2]: Alter index rename concurrently to
Next
From: Tom Lane
Date:
Subject: Re: Performance improvements for src/port/snprintf.c