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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add a regression test case based on bug #7516.
Дата
Msg-id E1TCXTJ-0000CY-TW@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Properly set relpersistence for fake relcache entries.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Back-patch fix and test case for bug #7516.