We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3629837 commit 711c9f3Copy full SHA for 711c9f3
src/interfaces/libpq/fe-lobj.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.30 2000/06/02 15:57:42 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.31 2000/10/24 03:15:14 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -30,7 +30,7 @@
30
#include "libpq/libpq-fs.h" /* must come after sys/stat.h */
31
32
33
-#define LO_BUFSIZE 1024
+#define LO_BUFSIZE 8192
34
35
static int lo_initialize(PGconn *conn);
36
0 commit comments