Re: [PATCHES] regression tests for guc SET

2006-08-03 Thread Tom Lane
"Joachim Wieland" <[EMAIL PROTECTED]> writes: > Zdenek Kotala sent in regression tests for SET a few days ago which got > turned down. I think however that the idea has merit and that only his > implementation was not useful. Attached is another regression test script > that executes some SET / SET

[PATCHES] regression tests for guc SET

2006-07-28 Thread Joachim Wieland
Zdenek Kotala sent in regression tests for SET a few days ago which got turned down. I think however that the idea has merit and that only his implementation was not useful. Attached is another regression test script that executes some SET / SET LOCAL within transactions and subtransactions. Joa