~ubuntu-branches/ubuntu/natty/postgresql-8.4/natty-security

« back to all changes in this revision

Viewing changes to src/interfaces/libpq/fe-lobj.c

Tags: upstream-8.4.0
ImportĀ upstreamĀ versionĀ 8.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 *
9
9
 *
10
10
 * IDENTIFICATION
11
 
 *        $PostgreSQL: pgsql/src/interfaces/libpq/fe-lobj.c,v 1.67 2009/01/01 17:24:03 momjian Exp $
 
11
 *        $PostgreSQL: pgsql/src/interfaces/libpq/fe-lobj.c,v 1.68 2009/06/11 14:49:14 momjian Exp $
12
12
 *
13
13
 *-------------------------------------------------------------------------
14
14
 */
42
42
static int      lo_initialize(PGconn *conn);
43
43
 
44
44
static Oid
45
 
lo_import_internal(PGconn *conn, const char *filename, const Oid oid);
 
45
                        lo_import_internal(PGconn *conn, const char *filename, const Oid oid);
46
46
 
47
47
/*
48
48
 * lo_open