1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

Include int8 as a built-in data type.

Merge "resjunk" handling with automatic type conversion
 when selecting from another column.
This commit is contained in:
Thomas G. Lockhart
1998-07-08 14:18:45 +00:00
parent bad339827e
commit 33dd5c444f
2 changed files with 15 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_coerce.h,v 1.2 1998/05/29 14:02:28 thomas Exp $
* $Id: parse_coerce.h,v 1.3 1998/07/08 14:18:45 thomas Exp $
*
*-------------------------------------------------------------------------
*/
@@ -39,8 +39,9 @@ typedef enum CATEGORY {
|| ((t) == VARCHAROID) \
|| ((t) == TEXTOID) \
|| ((t) == INT4OID) \
|| ((t) == DATETIMEOID) \
|| ((t) == INT8OID) \
|| ((t) == FLOAT8OID) \
|| ((t) == DATETIMEOID) \
|| ((t) == TIMESTAMPOID) \
|| ((t) == ABSTIMEOID) \
|| ((t) == RELTIMEOID) \