Commit 8889eb09 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove reference to BLCKSZ.

parent 6260c7c1
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright 2000 by PostgreSQL Global Development Group * 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 "postgres_fe.h"
#include "copy.h" #include "copy.h"
...@@ -330,7 +330,7 @@ do_copy(const char *args) ...@@ -330,7 +330,7 @@ do_copy(const char *args)
} }
#define COPYBUFSIZ BLCKSZ #define COPYBUFSIZ 8192 /* size doesn't matter */
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment