From d67442ccfd654f0f021ec4499804d681706dfc4e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 29 Mar 2002 22:10:34 +0000 Subject: Mop-up some infelicities in new relation lookup handling. --- src/include/commands/trigger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/commands/trigger.h') diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h index 34833ea5303..c08a4151e3a 100644 --- a/src/include/commands/trigger.h +++ b/src/include/commands/trigger.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: trigger.h,v 1.32 2001/11/16 16:31:16 tgl Exp $ + * $Id: trigger.h,v 1.33 2002/03/29 22:10:34 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -96,7 +96,7 @@ typedef struct TriggerData extern void CreateTrigger(CreateTrigStmt *stmt); -extern void DropTrigger(DropTrigStmt *stmt); +extern void DropTrigger(Oid relid, const char *trigname); extern void RelationRemoveTriggers(Relation rel); extern void RelationBuildTriggers(Relation relation); -- cgit v1.2.3