regression tests for guc SET

Started by Joachim Wielandalmost 20 years ago2 messagespatches
Jump to latest
#1Joachim Wieland
joe@mcknight.de

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.

Joachim

Attachments:

guc_set.regress.difftext/x-patch; charset=iso-8859-1; name=guc_set.regress.diffDownload+200-0
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Joachim Wieland (#1)
Re: regression tests for guc SET

"Joachim Wieland" <joe@mcknight.de> 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 LOCAL within transactions and subtransactions.

Applied with minor editorialization --- mostly, avoiding an unnecessary
dependency on the installation configuration.

regards, tom lane