From: Peter Eisentraut Date: Wed, 24 Apr 2002 21:00:10 +0000 (+0000) Subject: Remove reference to BLCKSZ. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=01ee32992c4003d723f72ca80663592dbb78cf25;p=users%2Fbernd%2Fpostgres.git Remove reference to BLCKSZ. --- diff --git a/src/bin/psql/copy.c b/src/bin/psql/copy.c index 10c351acaa..a5093383b0 100644 --- a/src/bin/psql/copy.c +++ b/src/bin/psql/copy.c @@ -330,7 +330,7 @@ do_copy(const char *args) } -#define COPYBUFSIZ BLCKSZ +#define COPYBUFSIZ 8192 /* size doesn't matter */ /*