diff options
Diffstat (limited to 'src/include/utils/sets.h')
| -rw-r--r-- | src/include/utils/sets.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/utils/sets.h b/src/include/utils/sets.h index a7b5d6826e..7f284ac346 100644 --- a/src/include/utils/sets.h +++ b/src/include/utils/sets.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sets.h,v 1.7 2000/06/09 01:11:15 tgl Exp $ + * $Id: sets.h,v 1.8 2000/08/24 03:29:14 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -17,10 +17,11 @@ #include "fmgr.h" -/* Temporary name of set, before SetDefine changes it. */ -#define GENERICSETNAME "zyxset" +/* Temporary name of a set function, before SetDefine changes it. */ +#define GENERICSETNAME "ZYX#Set#ZYX" extern Oid SetDefine(char *querystr, char *typename); + extern Datum seteval(PG_FUNCTION_ARGS); #endif /* SETS_H */ |
