]> granicus.if.org Git - postgresql/commit
Hello,
authorBruce Momjian <bruce@momjian.us>
Sun, 8 Oct 2000 03:18:57 +0000 (03:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 8 Oct 2000 03:18:57 +0000 (03:18 +0000)
commitcf5a950c105cf67d85acc214e2d8cfd171831971
treef9e4ff9f1abbca0bf3a3d0d63b3e6fd33220fdeb
parentd8e582e23688ad2fad7b2d7107ee0d60becb799e
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
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/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