Re: Making "COPY partitioned_table FROM" faster - Mailing list pgsql-hackers

From Amit Langote
Subject Re: Making "COPY partitioned_table FROM" faster
Date
Msg-id a663d88b-c798-d501-c6f8-0986854e3327@lab.ntt.co.jp
Whole thread Raw
In response to Re: Making "COPY partitioned_table FROM" faster  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On 2018/07/30 17:33, Peter Eisentraut wrote:
> - With proute becoming a function-level variable,
> cstate->partition_tuple_routing is obsolete and could be removed.  (No
> point in saving this in cstate if it's only used in one function anyway.)

+1.  Also seems to apply to transition_capture, which afaict, was added in
cstate only because partition_tuple_routing is there.

Thanks,
Amit



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Making "COPY partitioned_table FROM" faster
Next
From: Peter Eisentraut
Date:
Subject: Re: patch to allow disable of WAL recycling