Adjust largeobject regression test to leave a couple of LOs behind.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b37e574865f8b465a1c99a29dcdfcecf6eca32f5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-06-12T21:51:52Z
Releases: 9.4.0
Adjust largeobject regression test to leave a couple of LOs behind.

Since we commonly test pg_dump/pg_restore by seeing whether they can dump
and restore the regression test database, it behooves us to include some
large objects in that test scenario.

I tried to include a comment on one of these large objects to improve
the test scenario further ... but it turns out that pg_upgrade fails to
preserve comments on large objects, and its regression test notices
the discrepancy.  So uncommenting that COMMENT is a TODO for later.

Files