Re: ToDo: show size of partitioned table - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: ToDo: show size of partitioned table
Date
Msg-id 20190402194255.GA13046@alvherre.pgsql
Whole thread Raw
In response to Re: ToDo: show size of partitioned table  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: ToDo: show size of partitioned table
List pgsql-hackers
On 2019-Apr-02, Alvaro Herrera wrote:

> Something is not right:

Another thing that was not right is that translated_columns was being
marked static, and modified in the function; so if you called \dP twice
where one called for translation and the second not, the second time
we'd also translating that column.

Attached contains fixes for those three issues.

I'm gonna go over the docs now.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Pluggable Storage - Andres's take
Next
From: Alvaro Herrera
Date:
Subject: Re: Unified logging system for command-line programs