Re: pgsql: Propagate trigger arguments to partitions

2019-07-10 Thread Michael Paquier
On Wed, Jul 10, 2019 at 08:53:36AM -0400, Alvaro Herrera wrote: > I kinda like block-scoped variables, braindead though they are in > C, so I'll just patch pg11. It's not like this code changes too much > anyway (famous last words). Thanks! That's fine by me. -- Michael signature.asc Descripti

Re: pgsql: Propagate trigger arguments to partitions

2019-07-10 Thread Alvaro Herrera
On 2019-Jul-10, Michael Paquier wrote: Hello > This commit has broken the buildfarm on REL_11_STABLE for a couple of > animals: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=prion&dt=2019-07-10%2006%3A27%3A02 Argh. You say "a couple", you mean "half the buildfarm for that branch" :-

Re: pgsql: Propagate trigger arguments to partitions

2019-07-10 Thread Michael Paquier
Hi Alvaro, On Tue, Jul 09, 2019 at 09:23:45PM +, Alvaro Herrera wrote: > Propagate trigger arguments to partitions > > We were creating the cloned triggers with an empty list of arguments, > losing the ones that had been specified by the user when creating the > trigger in the partitioned tab

pgsql: Propagate trigger arguments to partitions

2019-07-09 Thread Alvaro Herrera
Propagate trigger arguments to partitions We were creating the cloned triggers with an empty list of arguments, losing the ones that had been specified by the user when creating the trigger in the partitioned table. Repair. This was forgotten in commit 86f575948c77. Author: Patrick McHardy Revi

pgsql: Propagate trigger arguments to partitions

2019-07-09 Thread Alvaro Herrera
Propagate trigger arguments to partitions We were creating the cloned triggers with an empty list of arguments, losing the ones that had been specified by the user when creating the trigger in the partitioned table. Repair. This was forgotten in commit 86f575948c77. Author: Patrick McHardy Revi

pgsql: Propagate trigger arguments to partitions

2019-07-09 Thread Alvaro Herrera
Propagate trigger arguments to partitions We were creating the cloned triggers with an empty list of arguments, losing the ones that had been specified by the user when creating the trigger in the partitioned table. Repair. This was forgotten in commit 86f575948c77. Author: Patrick McHardy Revi