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

Commit47a14c9

Browse files
committed
Fix regression tests broken infc7c281.
This shouldn't have been committed without even running the tests (norwere the tests added that were suggested). I'm fixing up the resultsto get the buildfarm back to green, it's quite possible we'll want torevert this later.
1 parentb8e2170 commit47a14c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/expected/vacuum.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ ERROR: column "does_not_exist" of relation "vacparted" does not exist
146146
ANALYZE (VERBOSE) does_not_exist;
147147
ERROR: relation "does_not_exist" does not exist
148148
ANALYZE (nonexistent-arg) does_not_exist;
149-
ERROR: syntax error at or near "-"
149+
ERROR: syntax error at or near "arg"
150150
LINE 1: ANALYZE (nonexistent-arg) does_not_exist;
151-
^
151+
^
152152
ANALYZE (nonexistentarg) does_not_exit;
153153
ERROR: unrecognized ANALYZE option "nonexistentarg"
154154
LINE 1: ANALYZE (nonexistentarg) does_not_exit;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp