*** pgsql/src/include/commands/defrem.h 2009/04/04 21:12:31 1.94 --- pgsql/src/include/commands/defrem.h 2009/07/16 06:33:45 1.95 *************** *** 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.93 2009/02/02 19:31:40 alvherre 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.94 2009/04/04 21:12:31 tgl Exp $ * *------------------------------------------------------------------------- */ *************** extern void ReindexDatabase(const char * *** 41,47 **** extern char *makeObjectName(const char *name1, const char *name2, const char *label); extern char *ChooseRelationName(const char *name1, const char *name2, ! const char *label, Oid namespace); extern Oid GetDefaultOpClass(Oid type_id, Oid am_id); /* commands/functioncmds.c */ --- 41,47 ---- extern char *makeObjectName(const char *name1, const char *name2, const char *label); extern char *ChooseRelationName(const char *name1, const char *name2, ! const char *label, Oid namespaceid); extern Oid GetDefaultOpClass(Oid type_id, Oid am_id); /* commands/functioncmds.c */