Why have we got both largeobject and large_object test files?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Why have we got both largeobject and large_object test files?
Date: 2017-07-17 15:46:12
Message-ID: 18665.1500306372@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-07-17 16:02:06 Re: hash index on unlogged tables doesn't behave as expected
Previous Message Tom Lane 2017-07-17 15:40:28 Re: Unportable use of select for timeouts in PostgresNode.pm