| From: | Robert Haas <rhaas(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Give partitioned table "p" in regression tests a less generic na |
| Date: | 2017-03-07 16:34:51 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Give partitioned table "p" in regression tests a less generic name.
And don't drop it, so that we improve the coverage of the pg_upgrade
regression tests.
Amit Langote, per a gripe from Tom Lane
Discussion: http://postgr.es/m/[email protected]
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/aa56671836e6f80dc3bdc917dfc860ac10b822be
Modified Files
--------------
src/test/regress/expected/alter_table.out | 1 +
src/test/regress/expected/insert.out | 104 ++++++++++++++---------------
src/test/regress/expected/sanity_check.out | 9 ++-
src/test/regress/sql/alter_table.sql | 1 +
src/test/regress/sql/insert.sql | 69 +++++++++----------
src/test/regress/sql/sanity_check.sql | 2 +-
6 files changed, 95 insertions(+), 91 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2017-03-07 16:36:54 | pgsql: Fix pgbench's failure to honor the documented long-form option " |
| Previous Message | Robert Haas | 2017-03-07 16:31:26 | pgsql: Fix relcache reference leak. |