Re: [PATCH] Fix trigger argument propagation to child partitions

2019-07-09 Thread Alvaro Herrera
On 2019-Jul-09, Tomas Vondra wrote: > On Tue, Jul 09, 2019 at 03:00:27PM +0200, Patrick McHardy wrote: > > The following patch fixes propagation of arguments to the trigger > > function to child partitions both when initially creating the trigger > > and when adding new partitions to a

Re: [PATCH] Fix trigger argument propagation to child partitions

2019-07-09 Thread Tomas Vondra
On Tue, Jul 09, 2019 at 03:00:27PM +0200, Patrick McHardy wrote: The following patch fixes propagation of arguments to the trigger function to child partitions both when initially creating the trigger and when adding new partitions to a partitioned table. Thanks for the report and bugfix. It

[PATCH] Fix trigger argument propagation to child partitions

2019-07-09 Thread Patrick McHardy
The following patch fixes propagation of arguments to the trigger function to child partitions both when initially creating the trigger and when adding new partitions to a partitioned table. The included regression test should demonstrate the problem, for clarity repeated in slightly more