Why have we got both largeobject and large_object test files?

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Stephen Frost <sfrost@snowman.net>
Cc: pgsql-hackers@postgreSQL.org
Date: 2017-07-17T15:46:12Z
Lists: pgsql-hackers
I happened to notice that the regression tests contain both
largeobject.sql and large_object.sql.  This seems at best confusing and at
worst a source of mistakes.  The second file was added in March by commit
ff992c074, has never been touched by any other commit, and is only 8 lines
long.  Was there a really good reason not to incorporate that test into
largeobject.sql?

			regards, tom lane


Commits

  1. Merge large_object.sql test into largeobject.source.

  2. pg_upgrade: Fix large object COMMENTS, SECURITY LABELS