diff options
author | Andres Freund <andres@anarazel.de> | 2019-05-20 09:36:06 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2019-05-20 09:36:06 -0700 |
commit | 47a14c99e4715dde7f570d050e1ddb6d21278bf8 (patch) | |
tree | 1e15d827fbc6dc7a145cc9882bf3062c69fa8e1f /src | |
parent | b8e2170e40a151eb94079ce9cd791a712ed95342 (diff) | |
download | postgresql-47a14c99e4715dde7f570d050e1ddb6d21278bf8.tar.gz postgresql-47a14c99e4715dde7f570d050e1ddb6d21278bf8.zip |
Fix regression tests broken in fc7c281f87467.
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/expected/vacuum.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/expected/vacuum.out b/src/test/regress/expected/vacuum.out index 8353d84a55e..21a167fc16f 100644 --- a/src/test/regress/expected/vacuum.out +++ b/src/test/regress/expected/vacuum.out @@ -146,9 +146,9 @@ ERROR: column "does_not_exist" of relation "vacparted" does not exist ANALYZE (VERBOSE) does_not_exist; ERROR: relation "does_not_exist" 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; - ^ + ^ ANALYZE (nonexistentarg) does_not_exit; ERROR: unrecognized ANALYZE option "nonexistentarg" LINE 1: ANALYZE (nonexistentarg) does_not_exit; |