diff options
author | Tomas Vondra | 2017-07-07 22:51:01 +0000 |
---|---|---|
committer | Tomas Vondra | 2017-07-07 22:51:01 +0000 |
commit | 3d3a0500283cdc88f9d2b0fcdf3dbfc4c74ed3e9 (patch) | |
tree | 5bfdbf7d77d3b6a80b93db6bc2aeb7f77bab5e37 | |
parent | 1d724fa30121ddec66dd028bd82b65cf62bf50d1 (diff) |
Resolve a trivial failure in the union regression test
The expected output for one of the queries contained an extra row, most
likely due to a mistake during merge conflict resolution. There were in
fact 8 rows, yet the expected query output said '(7 rows)'.
-rw-r--r-- | src/test/regress/expected/union.out | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/regress/expected/union.out b/src/test/regress/expected/union.out index ac56c3db56..05e13db310 100644 --- a/src/test/regress/expected/union.out +++ b/src/test/regress/expected/union.out @@ -394,7 +394,6 @@ SELECT q1 FROM int8_tbl INTERSECT (((SELECT q2 FROM int8_tbl UNION ALL SELECT q2 -4567890123456789 123 123 - 4567890123456789 456 4567890123456789 4567890123456789 |