mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteDefine.c,v 1.2 1996/11/10 03:01:55 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteDefine.c,v 1.3 1997/07/24 20:13:33 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -192,8 +192,6 @@ DefineQueryRewrite(RuleStmt *stmt)
|
||||
Oid event_attype = 0;
|
||||
char *actionP, *event_qualP;
|
||||
|
||||
extern Oid att_typeid();
|
||||
|
||||
if (event_obj->attrs)
|
||||
eslot_string = strVal(lfirst(event_obj->attrs));
|
||||
else
|
||||
|
Reference in New Issue
Block a user