Hello,
Bruce Momjian <bruce@momjian.us>
Hello, this is patch v 0.4 to support transactions with BLOBs. All BLOBs are in one table. You need to make initdb. -- Sincerely Yours, Denis Perchine
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/indexing.c | modified | +3 −1 |
| src/backend/catalog/Makefile | modified | +3 −2 |
| src/backend/catalog/pg_largeobject.c | added | +138 −0 |
| src/backend/libpq/be-fsstubs.c | modified | +4 −2 |
| src/backend/storage/large_object/inv_api.c | modified | +5 −9 |
| src/include/catalog/catname.h | modified | +2 −1 |
| src/include/catalog/indexing.h | modified | +3 −1 |
| src/include/catalog/pg_largeobject.h | added | +63 −0 |
| src/include/storage/large_object.h | modified | +5 −14 |