Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit71d0b49

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 parentf5ab0a1 commit71d0b49

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)

[8]ページ先頭

©2009-2025 Movatter.jp