diff options
Diffstat (limited to 'src/include/utils/builtins.h')
-rw-r--r-- | src/include/utils/builtins.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h index df20f4ad499..e956f54fef6 100644 --- a/src/include/utils/builtins.h +++ b/src/include/utils/builtins.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: builtins.h,v 1.207 2003/02/06 20:25:33 tgl Exp $ + * $Id: builtins.h,v 1.208 2003/02/13 05:24:04 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -315,9 +315,6 @@ extern Datum float84ge(PG_FUNCTION_ARGS); /* misc.c */ extern Datum nullvalue(PG_FUNCTION_ARGS); extern Datum nonnullvalue(PG_FUNCTION_ARGS); -extern Datum oidrand(PG_FUNCTION_ARGS); -extern Datum oidsrand(PG_FUNCTION_ARGS); -extern Datum userfntest(PG_FUNCTION_ARGS); extern Datum current_database(PG_FUNCTION_ARGS); /* not_in.c */ |