pgsql/src/pl/tcl pltcl.c

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/pl/tcl pltcl.c
Date: 2002-05-24 19:58:05
Message-ID: 20020524195805.2FCF1476665@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/05/24 15:58:05

Modified files:
src/pl/tcl : pltcl.c

Log message:
Add 'volatile' to suppress gcc warning. Not sure why this warning
wasn't seen before, maybe the Tcl compiler flags were less strict.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-05-24 21:04:34 pgsql/src/pl/tcl pltcl.c
Previous Message Tom Lane 2002-05-24 19:52:43 pgsql/src/backend/access heap/heapam.c index/i ...