On Fri, Oct 7, 2016 at 9:39 AM, Tom Lane <[email protected]> wrote: > Amit Langote <[email protected]> writes: >> Just noticed that the getBlobs() query does not work for a 7.3 server >> (maybe <= 7.3) due to the following change in commit 23f34fa4 [1]: > > Ugh. > >> I could fix that using the attached patch. > > There's more wrong than that, as you'd notice if you tried dumping > a DB that actually had some LOs in it :-(. This obviously wasn't > tested on anything older than 9.0. > > Will push a fix in a bit, as soon as I can boot up my dinosaur with > a working 7.0 server to test that branch.
Back in 2014, we talked about removing support for some older server versions: https://www.postgresql.org/message-id/[email protected] I think there have been other discussions, too, but I can't find them at the moment. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
