diff options
| author | Bruce Momjian <bruce@momjian.us> | 2003-12-01 22:14:40 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2003-12-01 22:14:40 +0000 |
| commit | 35ddc2edeea919bad940b3e0ca8619688adba4b1 (patch) | |
| tree | 657717f5ea7e06458eb15f737854b66be513f5fc /src/bin/psql/copy.c | |
| parent | abd5d75c4c0d101d8559d3c7c74dc77661f085a6 (diff) | |
This patch reduces some unsightly #ifdefs, and fixes two typos in
comments in the psql code. This doesn't make any functional change, so
feel free to save it for 7.5
Neil Conway
Diffstat (limited to 'src/bin/psql/copy.c')
| -rw-r--r-- | src/bin/psql/copy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/copy.c b/src/bin/psql/copy.c index 91e11e40001..200029b77bd 100644 --- a/src/bin/psql/copy.c +++ b/src/bin/psql/copy.c @@ -3,13 +3,12 @@ * * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.34 2003/11/29 19:52:06 pgsql Exp $ + * $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.35 2003/12/01 22:14:40 momjian Exp $ */ #include "postgres_fe.h" #include "copy.h" #include <errno.h> -#include <assert.h> #include <signal.h> #include <sys/stat.h> #ifndef WIN32 |
