Commit 47a14c99 authored by Andres Freund's avatar Andres Freund

Fix regression tests broken in fc7c281f.

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.
parent b8e2170e
...@@ -146,9 +146,9 @@ ERROR: column "does_not_exist" of relation "vacparted" does not exist ...@@ -146,9 +146,9 @@ ERROR: column "does_not_exist" of relation "vacparted" does not exist
ANALYZE (VERBOSE) does_not_exist; ANALYZE (VERBOSE) does_not_exist;
ERROR: relation "does_not_exist" does not exist ERROR: relation "does_not_exist" does not exist
ANALYZE (nonexistent-arg) does_not_exist; ANALYZE (nonexistent-arg) does_not_exist;
ERROR: syntax error at or near "-" ERROR: syntax error at or near "arg"
LINE 1: ANALYZE (nonexistent-arg) does_not_exist; LINE 1: ANALYZE (nonexistent-arg) does_not_exist;
^ ^
ANALYZE (nonexistentarg) does_not_exit; ANALYZE (nonexistentarg) does_not_exit;
ERROR: unrecognized ANALYZE option "nonexistentarg" ERROR: unrecognized ANALYZE option "nonexistentarg"
LINE 1: ANALYZE (nonexistentarg) does_not_exit; LINE 1: ANALYZE (nonexistentarg) does_not_exit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment