Re: [GENERAL] postgreSQL 7.3.8, pg_dump not able to find large o

2005-06-09 Thread Tom Lane
"Joshua D. Drake" <[EMAIL PROTECTED]> writes: >> The question from the previous mail still stands: would anybody's >> applications be broken if we change the MVCC behavior of large objects? > Could you provide an instance where it might? I had always assumed (I > know, never assume) that large ob

Re: [GENERAL] postgreSQL 7.3.8, pg_dump not able to find large o

2005-06-09 Thread Joshua D. Drake
Nope. I'm feeling a strong urge to go fix it for 8.1 though. The question from the previous mail still stands: would anybody's applications be broken if we change the MVCC behavior of large objects? Could you provide an instance where it might? I had always assumed (I know, never assume) th

Re: [GENERAL] postgreSQL 7.3.8, pg_dump not able to find large o

2005-06-09 Thread Tom Lane
Ron Snyder <[EMAIL PROTECTED]> writes: > We've been getting errors similar to the following (the specific large > object that is "missing" is different every time) during our nightly > pg_dump: > > pg_dump: dumpBlobs(): could not open large object: ERROR: > inv_open: large object 48217896 not fo

Re: [GENERAL] postgreSQL 7.3.8, pg_dump not able to find large o

2005-06-09 Thread Ron Snyder
> We've been getting errors similar to the following (the specific large > object that is "missing" is different every time) during our nightly > pg_dump: > > pg_dump: dumpBlobs(): could not open large object: ERROR: > inv_open: large > object 48217896 not found > After doing a bunch of testin