diff --git a/src/bin/psql/copy.c b/src/bin/psql/copy.c index 52c0c0e40108bfa341b0e9bec45875d79504a6dd..fb07b872795a3fc3ac653a1523b809d17a8159f1 100644 --- a/src/bin/psql/copy.c +++ b/src/bin/psql/copy.c @@ -3,7 +3,7 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/copy.c,v 1.21 2002/04/24 05:24:00 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/copy.c,v 1.22 2002/04/24 21:00:10 petere Exp $ */ #include "postgres_fe.h" #include "copy.h" @@ -330,7 +330,7 @@ do_copy(const char *args) } -#define COPYBUFSIZ BLCKSZ +#define COPYBUFSIZ 8192 /* size doesn't matter */ /*