Re: Showing parallel status in \df+ - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Showing parallel status in \df+
Date
Msg-id CAB7nPqQ6dQx=rf0TdZJ4Y3rL9cs_d+ueWGBHt-sobfDd0G0d4A@mail.gmail.com
Whole thread Raw
In response to Re: Showing parallel status in \df+  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Showing parallel status in \df+  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Fri, Jul 8, 2016 at 4:04 PM, Magnus Hagander <magnus@hagander.net> wrote:
> On Friday, July 8, 2016, Michael Paquier <michael.paquier@gmail.com> wrote:
>>
>> Hi all,
>>
>> Fujii-san has reminded me of the fact that we do not show in \df+ the
>> parallel status of a function. The output of \df+ is already very
>> large, so I guess that any people mentally sane already use it with
>> the expanded display mode, and it may not matter adding more
>> information.
>> Thoughts about adding this piece of information?
>>
>
> Seems like a good idea to me. It's going to be useful in debugging

Okay. Here we go. I named the column for the parallel information "Parallelism".
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: A Modest Upgrade Proposal
Next
From: Michael Paquier
Date:
Subject: Re: Header and comments describing routines in incorrect shape in visibilitymap.c