summaryrefslogtreecommitdiff
path: root/src/include/utils/sets.h
blob: 717989bdfe32fb33be9292d792196e65f516830b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*-------------------------------------------------------------------------
 *
 * sets.h--
 *
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * $Id: sets.h,v 1.2 1997/09/07 05:03:01 momjian Exp $
 *
 *-------------------------------------------------------------------------
 */
#ifndef SETS_H
#define SETS_H

/* Temporary name of set, before SetDefine changes it. */
#define GENERICSETNAME "zyxset"

extern Oid		SetDefine(char *querystr, char *typename);
extern int		seteval(Oid funcoid);

#endif							/* SETS_H */