]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Merge large_object.sql test into largeobject.source.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 17 Jul 2017 19:28:17 +0000 (15:28 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 17 Jul 2017 19:28:17 +0000 (15:28 -0400)
commit1a3ec19b1a93edf4c088a8d4cc6d6d9dc4b0e2c0
treea3fcf98f3afafb973b2892ecbd02d24550a23e8b
parentf3633689f25be3b1ee58745e5b069fc276024d47
Merge large_object.sql test into largeobject.source.

It seems pretty confusing to have tests named both largeobject and
large_object.  The latter is of very recent vintage (commit ff992c074),
so get rid of it in favor of merging into the former.

Also, enable the LO comment test that was added by commit 70ad7ed4e,
since the later commit added the then-missing pg_upgrade functionality.
The large_object.sql test case is almost completely redundant with that,
but not quite: it seems like creating a user-defined LO with an OID in
the system range might be an interesting case for pg_upgrade, so let's
keep it.

Like the earlier patch, back-patch to all supported branches.

Discussion: https://postgr.es/m/18665.1500306372@sss.pgh.pa.us
src/test/regress/expected/large_object.out [deleted file]
src/test/regress/input/largeobject.source
src/test/regress/output/largeobject.source
src/test/regress/output/largeobject_1.source
src/test/regress/parallel_schedule
src/test/regress/serial_schedule
src/test/regress/sql/large_object.sql [deleted file]