Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 47a14c9

Browse files
committed
Fix regression tests broken in fc7c281.
This shouldn't have been committed without even running the tests (nor were the tests added that were suggested). I'm fixing up the results to get the buildfarm back to green, it's quite possible we'll want to revert this later.
1 parent b8e2170 commit 47a14c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/expected/vacuum.out

+2-2
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)