pgsql: Add a regression test case based on bug #7516. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add a regression test case based on bug #7516.
Date
Msg-id E1TCXTJ-0000CY-TW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add a regression test case based on bug #7516.

Given what we now know about the cause of this bug, it seems like it'd
be a real good idea to include it in the plperl regression tests, so as
to catch any platform-specific cases where the code gets misoptimized.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b8fbbcf37f22c5e8361da939ad0fc4be18a34ca9

Modified Files
--------------
src/pl/plperl/expected/plperl_elog.out |   42 ++++++++++++++++++++++++++++++++
src/pl/plperl/sql/plperl_elog.sql      |   30 ++++++++++++++++++++++
2 files changed, 72 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Properly set relpersistence for fake relcache entries.
Next
From: Tom Lane
Date:
Subject: pgsql: Back-patch fix and test case for bug #7516.