here it is as requested by Bruce.
authorBruce Momjian
Sat, 21 Oct 2000 15:55:29 +0000 (15:55 +0000)
committerBruce Momjian
Sat, 21 Oct 2000 15:55:29 +0000 (15:55 +0000)
commit293d1e5f2c0333008ba417781ccb15cb6aafa86d
tree41f9513ad8e22df9bb81c8bd67a4c98612fc5b8c
parent33581195d5a06657b5a59763356bc3fe7d34a710
here it is as requested by Bruce.
I tested it restoring my database with > 100000 BLOBS, and dumping it out.
But unfortunatly I can not restore it back due to problems in pg_dump.

--
Sincerely Yours,
Denis Perchine
src/backend/catalog/Makefile
src/backend/catalog/indexing.c
src/backend/catalog/pg_largeobject.c [new file with mode: 0644]
src/backend/libpq/be-fsstubs.c
src/backend/storage/large_object/inv_api.c
src/bin/pg_dump/pg_dump.c
src/include/catalog/catname.h
src/include/catalog/indexing.h
src/include/catalog/pg_largeobject.h [new file with mode: 0644]
src/include/storage/large_object.h