From: Neil Conway Date: Thu, 7 Apr 2005 03:29:01 +0000 (+0000) Subject: Fix minor breakage to regression tests induced in previous commit -- I had X-Git-Tag: REL8_1_0BETA1~1053 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71d0b494dd74931212a8809b4e76eba02ecfb9b7;p=postgresql Fix minor breakage to regression tests induced in previous commit -- I had updated the expected/ output, not the output/ output. Apologies. --- diff --git a/src/test/regress/output/misc.source b/src/test/regress/output/misc.source index 0c1ed5deaf..6bab1673d0 100644 --- a/src/test/regress/output/misc.source +++ b/src/test/regress/output/misc.source @@ -24,10 +24,12 @@ UPDATE onek -- UPDATE tmp SET stringu1 = reverse_name(onek.stringu1) + FROM onek WHERE onek.stringu1 = 'JBAAAA' and onek.stringu1 = tmp.stringu1; UPDATE tmp SET stringu1 = reverse_name(onek2.stringu1) + FROM onek2 WHERE onek2.stringu1 = 'JCAAAA' and onek2.stringu1 = tmp.stringu1; DROP TABLE tmp;