diff options
| author | Hiroshi Inoue | 2001-09-30 06:46:58 +0000 |
|---|---|---|
| committer | Hiroshi Inoue | 2001-09-30 06:46:58 +0000 |
| commit | f7d607748ae5aad424003450f07e3aff188f2e41 (patch) | |
| tree | 3542869d0de722e591f9ee6065bd2e319bedfe2b /src/include/parser | |
| parent | 36dcd8499f4b215721ae340a5a58673a13394209 (diff) | |
Add an operator xid '=' int and remove BINARY_COMPATI...
Diffstat (limited to 'src/include/parser')
| -rw-r--r-- | src/include/parser/parse_coerce.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h index 4f5cce1848d..87b6f690c58 100644 --- a/src/include/parser/parse_coerce.h +++ b/src/include/parser/parse_coerce.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_coerce.h,v 1.32 2001/09/29 23:01:26 inoue Exp $ + * $Id: parse_coerce.h,v 1.33 2001/09/30 06:46:58 inoue Exp $ * *------------------------------------------------------------------------- */ @@ -95,7 +95,6 @@ typedef enum CATEGORY || ((a) == INT4OID && (b) == REGPROCOID) \ || ((a) == REGPROCOID && (b) == OIDOID) \ || ((a) == REGPROCOID && (b) == INT4OID) \ - || ((a) == XIDOID && (b) == INT4OID) \ || ((a) == ABSTIMEOID && (b) == INT4OID) \ || ((a) == INT4OID && (b) == ABSTIMEOID) \ || ((a) == RELTIMEOID && (b) == INT4OID) \ |
