diff options
Diffstat (limited to 'src/include/parser/parse_oper.h')
-rw-r--r-- | src/include/parser/parse_oper.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/parser/parse_oper.h b/src/include/parser/parse_oper.h index e7c8bdb56cb..13642f5a348 100644 --- a/src/include/parser/parse_oper.h +++ b/src/include/parser/parse_oper.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: parse_oper.h,v 1.26 2003/06/24 23:14:49 momjian Exp $ + * $Id: parse_oper.h,v 1.27 2003/06/25 21:30:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -44,7 +44,6 @@ extern Operator ordering_oper(Oid argtype, bool noError); /* Convenience routines for common calls on the above */ extern Oid compatible_oper_opid(List *op, Oid arg1, Oid arg2, bool noError); extern Oid equality_oper_funcid(Oid argtype); -extern Oid ordering_oper_funcid(Oid argtype); extern Oid ordering_oper_opid(Oid argtype); /* Extract operator OID or underlying-function OID from an Operator tuple */ |