diff options
Diffstat (limited to 'src/include/parser/parse_oper.h')
-rw-r--r-- | src/include/parser/parse_oper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/parser/parse_oper.h b/src/include/parser/parse_oper.h index 13642f5a348..66e12583645 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.27 2003/06/25 21:30:33 momjian Exp $ + * $Id: parse_oper.h,v 1.28 2003/06/27 00:33:26 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -45,6 +45,7 @@ extern Operator ordering_oper(Oid argtype, bool noError); extern Oid compatible_oper_opid(List *op, Oid arg1, Oid arg2, bool noError); extern Oid equality_oper_funcid(Oid argtype); extern Oid ordering_oper_opid(Oid argtype); +extern Oid ordering_oper_funcid(Oid argtype); /* Extract operator OID or underlying-function OID from an Operator tuple */ extern Oid oprid(Operator op); |