| From: | Noah Misch <noah(at)leadboat(dot)com> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add large object functions catering to SQL callers. |
| Date: | 2013-10-28 02:58:52 |
| Message-ID: | E1Vad2a-0007pE-Sv@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add large object functions catering to SQL callers.
With these, one need no longer manipulate large object descriptors and
extract numeric constants from header files in order to read and write
large object contents from SQL.
Pavel Stehule, reviewed by Rushabh Lathia.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/c50b7c09d852b6dc292bf24c72a0ffcac6cb2cab
Modified Files
--------------
doc/src/sgml/func.sgml | 3 +-
doc/src/sgml/lobj.sgml | 78 ++++++++++++-
src/backend/libpq/be-fsstubs.c | 151 ++++++++++++++++++++++++++
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.h | 9 ++
src/include/libpq/be-fsstubs.h | 5 +
src/test/regress/input/largeobject.source | 21 ++++
src/test/regress/output/largeobject.source | 50 +++++++++
src/test/regress/output/largeobject_1.source | 50 +++++++++
9 files changed, 362 insertions(+), 7 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2013-10-28 14:00:33 | pgsql: Suppress duplicate-index-entry warning introduced by previous co |
| Previous Message | Tom Lane | 2013-10-26 15:25:10 | pgsql: Use unaligned output in selected regression queries to reduce di |