1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Clean up leftover bugs from recent COPY feature patch --- missed

required changes to copyfuncs/equalfuncs.
This commit is contained in:
Tom Lane
2002-08-19 00:40:15 +00:00
parent 5f6a27f8f9
commit f4ad5e8d18
4 changed files with 9 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: parsenodes.h,v 1.199 2002/08/15 16:36:07 momjian Exp $
* $Id: parsenodes.h,v 1.200 2002/08/19 00:40:15 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -869,7 +869,7 @@ typedef struct CopyStmt
{
NodeTag type;
RangeVar *relation; /* the relation to copy */
List *attlist;
List *attlist; /* List of Ident nodes, or NIL for all */
bool is_from; /* TO or FROM */
char *filename; /* if NULL, use stdin/stdout */
List *options; /* List of DefElem nodes */