]> granicus.if.org Git - postgresql/blobdiff - src/include/commands/copy.h
Preliminary code cleanup in elog(). Split out some code into utility
[postgresql] / src / include / commands / copy.h
index e949e4cd33072ec1bf5ac2a47e5919c000f56292..9b487f2f375ceefe7510553b26b40c068492b86b 100644 (file)
@@ -7,14 +7,14 @@
  * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: copy.h,v 1.12 2001/01/24 19:43:23 momjian Exp $
+ * $Id: copy.h,v 1.13 2001/06/08 21:16:48 petere Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef COPY_H
 #define COPY_H
 
-extern int     lineno;
+extern int     copy_lineno;
 
 void DoCopy(char *relname, bool binary, bool oids, bool from, bool pipe,
           char *filename, char *delim, char *null_print);