pgsql: Add a test for transition table usage in FOR EACH ROW trigger.
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.out | 27 +++++++++++++++++++++++++++
src/test/regress/sql/triggers.sql | 25 +++++++++++++++++++++++++
3 files changed, 53 insertions(+)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
On 2017-05-16 21:12:08 +0000, 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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
On Tue, May 16, 2017 at 4:32 PM, Andres Freund <andres@anarazel.de> wrote:
On 2017-05-16 21:12:08 +0000, 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
Yikes! Reverted. Will see what went wrong.
I swear I did a `make check-world` before committing!
--
Kevin Grittner
VMware vCenter Server
https://www.vmware.com/
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
On Tue, May 16, 2017 at 5:18 PM, Kevin Grittner <kgrittn@gmail.com> 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 mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers