Re: [PATCHES] plpgsql, return can contains any expression

2006-09-15 Thread Pavel Stehule
"Pavel Stehule" <[EMAIL PROTECTED]> writes: > This patch allows using any row expression in return statement and does > transformation from untyped row to composite types if it's necessary. This patch doesn't seem to cope with cases where the supplied tuple has the wrong number of columns, and i

Re: [PATCHES] plpgsql, return can contains any expression

2006-09-04 Thread Tom Lane
"Pavel Stehule" <[EMAIL PROTECTED]> writes: > This patch allows using any row expression in return statement and does > transformation from untyped row to composite types if it's necessary. This patch doesn't seem to cope with cases where the supplied tuple has the wrong number of columns, and it

Re: [PATCHES] plpgsql, return can contains any expression

2006-09-04 Thread Bruce Momjian
I am going to need this in 24 hours or it might not make it into 8.2. --- bruce wrote: > > While this patch has new regression tests, it doesn't have new expected > output for it. Please update the patch to supply that.

Re: [PATCHES] plpgsql, return can contains any expression

2006-09-03 Thread Pavel Stehule
Hello I am sending corrected version. regards Pavel Stehule While this patch has new regression tests, it doesn't have new expected output for it. Please update the patch to supply that. Thanks. --- Pavel Stehule wr

Re: [PATCHES] plpgsql, return can contains any expression

2006-09-02 Thread Bruce Momjian
While this patch has new regression tests, it doesn't have new expected output for it. Please update the patch to supply that. Thanks. --- Pavel Stehule wrote: > Hello > > This patch allows using any row expression in re