From 5e6d691e0daf18fcb5ae13e2252536df416668aa Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 21 Jul 2003 17:05:12 +0000 Subject: Error message editing in backend/executor. --- src/include/executor/executor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/executor/executor.h') diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index 04e630451f2..741b99c75f2 100644 --- a/src/include/executor/executor.h +++ b/src/include/executor/executor.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: executor.h,v 1.95 2003/06/22 22:04:55 tgl Exp $ + * $Id: executor.h,v 1.96 2003/07/21 17:05:10 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -94,7 +94,7 @@ extern void ExecutorEnd(QueryDesc *queryDesc); extern void ExecutorRewind(QueryDesc *queryDesc); extern void ExecCheckRTPerms(List *rangeTable, CmdType operation); extern void ExecEndPlan(PlanState *planstate, EState *estate); -extern void ExecConstraints(const char *caller, ResultRelInfo *resultRelInfo, +extern void ExecConstraints(ResultRelInfo *resultRelInfo, TupleTableSlot *slot, EState *estate); extern TupleTableSlot *EvalPlanQual(EState *estate, Index rti, ItemPointer tid); -- cgit v1.2.3