postgresql/src/test/examples
Tatsuo Ishii 461ef73f09 Add API for 64-bit large object access. Now users can access up to
4TB large objects (standard 8KB BLCKSZ case).  For this purpose new
libpq API lo_lseek64, lo_tell64 and lo_truncate64 are added.  Also
corresponding new backend functions lo_lseek64, lo_tell64 and
lo_truncate64 are added. inv_api.c is changed to handle 64-bit
offsets.

Patch contributed by Nozomi Anzai (backend side) and Yugo Nagata
(frontend side, docs, regression tests and example program). Reviewed
by Kohei Kaigai. Committed by Tatsuo Ishii with minor editings.
2012-10-07 08:36:48 +09:00
..
Makefile Add API for 64-bit large object access. Now users can access up to 2012-10-07 08:36:48 +09:00
testlibpq.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
testlibpq2.c Capitalization fixes 2011-06-19 00:37:30 +03:00
testlibpq2.sql Bring the libpq example programs into the 21st century. 2003-06-22 00:29:29 +00:00
testlibpq3.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
testlibpq3.sql Bring the libpq example programs into the 21st century. 2003-06-22 00:29:29 +00:00
testlibpq4.c Use "backend process" rather than "backend server", where appropriate. 2011-03-12 09:38:56 -05:00
testlo.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
testlo64.c Add API for 64-bit large object access. Now users can access up to 2012-10-07 08:36:48 +09:00