*** pgsql/src/include/commands/defrem.h 2009/01/01 17:23:58 1.92 --- pgsql/src/include/commands/defrem.h 2009/02/02 19:31:40 1.93 *************** *** 7,13 **** * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/commands/defrem.h,v 1.91 2008/12/19 16:25:19 petere Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/commands/defrem.h,v 1.92 2009/01/01 17:23:58 momjian Exp $ * *------------------------------------------------------------------------- */ *************** extern int64 defGetInt64(DefElem *def); *** 145,150 **** extern List *defGetQualifiedName(DefElem *def); extern TypeName *defGetTypeName(DefElem *def); extern int defGetTypeLength(DefElem *def); ! extern DefElem *defWithOids(bool value); #endif /* DEFREM_H */ --- 145,152 ---- extern List *defGetQualifiedName(DefElem *def); extern TypeName *defGetTypeName(DefElem *def); extern int defGetTypeLength(DefElem *def); ! extern char *reloptGetString(ReloptElem *relopt); ! extern bool reloptGetBoolean(ReloptElem *relopt); ! extern ReloptElem *reloptWithOids(bool value); #endif /* DEFREM_H */