You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/include/utils/sets.h

22 lines
533 B

/*-------------------------------------------------------------------------
*
* sets.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: sets.h,v 1.5 1999/02/13 23:22:31 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 */