From be475f92cd43ce0c66246cb488fb29b0a12f5674 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 4 Sep 2002 22:51:23 +0000 Subject: Fix compile warning. --- src/pl/plpython/plpython.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/pl/plpython/plpython.c b/src/pl/plpython/plpython.c index 78b23a1a25c..ca739ad74c8 100644 --- a/src/pl/plpython/plpython.c +++ b/src/pl/plpython/plpython.c @@ -29,7 +29,7 @@ * MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.21 2002/09/04 20:31:48 momjian Exp $ + * $Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.22 2002/09/04 22:51:23 petere Exp $ * ********************************************************************* */ @@ -381,7 +381,7 @@ plpython_call_handler(PG_FUNCTION_ARGS) { DECLARE_EXC(); Datum retval; - bool is_trigger; + volatile bool is_trigger; PLyProcedure *volatile proc = NULL; enter(); -- cgit v1.2.3