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

Started by Kevin Grittnerabout 9 years ago4 messagescomitters
Jump to latest
#1Kevin Grittner
Kevin.Grittner@wicourts.gov

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

#2Andres Freund
andres@anarazel.de
In reply to: Kevin Grittner (#1)
Re: pgsql: Add a test for transition table usage in FOR EACH ROW trigger.

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

#3Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Andres Freund (#2)
Re: pgsql: Add a test for transition table usage in FOR EACH ROW trigger.

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&amp;branch=&amp;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

#4Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Kevin Grittner (#3)
Re: pgsql: Add a test for transition table usage in FOR EACH ROW trigger.

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