Skip to content

Commit 71d0b49

Browse files
author
Neil Conway
committed
Fix minor breakage to regression tests induced in previous commit -- I had
updated the expected/ output, not the output/ output. Apologies.
1 parent f5ab0a1 commit 71d0b49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/regress/output/misc.source

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ UPDATE onek
2424
--
2525
UPDATE tmp
2626
SET stringu1 = reverse_name(onek.stringu1)
27+
FROM onek
2728
WHERE onek.stringu1 = 'JBAAAA' and
2829
onek.stringu1 = tmp.stringu1;
2930
UPDATE tmp
3031
SET stringu1 = reverse_name(onek2.stringu1)
32+
FROM onek2
3133
WHERE onek2.stringu1 = 'JCAAAA' and
3234
onek2.stringu1 = tmp.stringu1;
3335
DROP TABLE tmp;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy