diff options
Diffstat (limited to 'src/include/utils/sets.h')
-rw-r--r-- | src/include/utils/sets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/sets.h b/src/include/utils/sets.h index cf4ebd2b150..4a134c9ce55 100644 --- a/src/include/utils/sets.h +++ b/src/include/utils/sets.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sets.h,v 1.12 2001/11/05 17:46:36 momjian Exp $ + * $Id: sets.h,v 1.13 2002/03/29 19:06:26 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -20,7 +20,7 @@ /* Temporary name of a set function, before SetDefine changes it. */ #define GENERICSETNAME "ZYX#Set#ZYX" -extern Oid SetDefine(char *querystr, char *typename); +extern Oid SetDefine(char *querystr, Oid elemType); extern Datum seteval(PG_FUNCTION_ARGS); |