Update remaining tests for new psql, with the exception of 'arrays',
Tom Lane <tgl@sss.pgh.pa.us>
Update remaining tests for new psql, with the exception of 'arrays', which is broken in some weird way that I don't understand. I think it may be exposing a bug in the new psql --- for one thing, I get different results when I run psql by hand than the regress script gets. What the heck???
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/aggregates.out | modified | +100 −97 |
| src/test/regress/expected/alter_table.out | modified | +239 −224 |
| src/test/regress/expected/btree_index.out | modified | +52 −48 |
| src/test/regress/expected/hash_index.out | modified | +127 −68 |
| src/test/regress/expected/join.out | modified | +129 −71 |
| src/test/regress/expected/limit.out | modified | +79 −75 |
| src/test/regress/expected/plpgsql.out | modified | +710 −527 |
| src/test/regress/expected/portals.out | modified | +586 −583 |
| src/test/regress/expected/portals_p2.out | modified | +84 −80 |
| src/test/regress/expected/rules.out | modified | +919 −837 |
| src/test/regress/expected/select_views.out | modified | +1190 −1186 |
| src/test/regress/expected/temp.out | modified | +32 −24 |
| src/test/regress/expected/transactions.out | modified | +32 −25 |