Re: [COMMITTERS] pgsql: Add a test for transition table usage in FOR EACH ROW trigger.

2017-05-16 Thread Kevin Grittner
On Tue, May 16, 2017 at 5:18 PM, Kevin Grittner wrote: > I swear I did a `make check-world` before committing! Then I spotted a typo in a comment, fixed the comment, and didn't re-run. Sorry. -- Kevin Grittner VMware vCenter Server https://www.vmware.com/ -- Sent via pgsql-committers maili

Re: [COMMITTERS] pgsql: Add a test for transition table usage in FOR EACH ROW trigger.

2017-05-16 Thread Kevin Grittner
On Tue, May 16, 2017 at 4:32 PM, Andres Freund wrote: > On 2017-05-16 21:12:08 +, Kevin Grittner wrote: >> Add a test for transition table usage in FOR EACH ROW trigger. > > The buildfarm does not like this one: > https://buildfarm.postgresql.org/cgi-bin/show_failures.pl?max_days=3&branch=&fil

Re: [COMMITTERS] pgsql: Add a test for transition table usage in FOR EACH ROW trigger.

2017-05-16 Thread Andres Freund
On 2017-05-16 21:12:08 +, Kevin Grittner wrote: > Add a test for transition table usage in FOR EACH ROW trigger. The buildfarm does not like this one: https://buildfarm.postgresql.org/cgi-bin/show_failures.pl?max_days=3&branch=&filter=Submit -- Sent via pgsql-committers mailing list (pgsql-

[COMMITTERS] pgsql: Add a test for transition table usage in FOR EACH ROW trigger.

2017-05-16 Thread Kevin Grittner
Add a test for transition table usage in FOR EACH ROW trigger. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/4a03f935b3438de27ee00d9e562ffe4e225978a9 Modified Files -- src/test/regress/expected/sanity_check.out | 1 + src/test/regress/expected/triggers