pgsql: Add a regression test case based on bug #7516.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a regression test case based on bug #7516.
Date: 2012-09-14 15:06:21
Message-ID: E1TCXTJ-0000CY-TW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-09-14 15:50:46 pgsql: Back-patch fix and test case for bug #7516.
Previous Message Devrim GUNDUZ 2012-09-14 14:20:55 Re: [COMMITTERS] pgsql: Properly set relpersistence for fake relcache entries.