From: Peter Eisentraut Date: Wed, 24 Apr 2002 21:00:10 +0000 (+0000) Subject: Remove reference to BLCKSZ. X-Git-Tag: REL7_3~1606 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8889eb098a03712b8de15d8393417bff5ff24d95;p=postgresql Remove reference to BLCKSZ. --- diff --git a/src/bin/psql/copy.c b/src/bin/psql/copy.c index 52c0c0e401..fb07b87279 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 */ /*