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

From Thomas Munro
Subject Re: partition tree inspection functions
Date
Msg-id CAEepm=0DT_i+kP7iVJyzAOqHaJBEuEK3PkYtZ+RFNBvHLEQBSw@mail.gmail.com
Whole thread Raw
In response to Re: partition tree inspection functions  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Responses Re: partition tree inspection functions
List pgsql-hackers
On Tue, Aug 7, 2018 at 7:32 PM, Amit Langote
<Langote_Amit_f8@lab.ntt.co.jp> wrote:
> Attached updated patch adds isleaf to pg_partition_children's output.

Hi Amit,

Hmm, I wonder where this garbage is coming from:

6201   select *, pg_relation_size(relid) as size from
pg_partition_children('ptif_test');
6202 ! ERROR:  invalid byte sequence for encoding "UTF8": 0x8b

https://ci.appveyor.com/project/postgresql-cfbot/postgresql/build/1.0.8126

-- 
Thomas Munro
http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Ibrar Ahmed
Date:
Subject: Re: pgbench's expression parsing & negative numbers
Next
From: Ashutosh Bapat
Date:
Subject: Re: TupleTableSlot abstraction