Skip to content

Commit 8889eb0

Browse files
committed
Remove reference to BLCKSZ.
1 parent 6260c7c commit 8889eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/copy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/copy.c,v 1.21 2002/04/24 05:24:00 petere Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/copy.c,v 1.22 2002/04/24 21:00:10 petere Exp $
77
*/
88
#include "postgres_fe.h"
99
#include "copy.h"
@@ -330,7 +330,7 @@ do_copy(const char *args)
330330
}
331331

332332

333-
#define COPYBUFSIZ BLCKSZ
333+
#define COPYBUFSIZ 8192 /* size doesn't matter */
334334

335335

336336
/*

0 commit comments

Comments
 (0)