pgsql: Fix compiler warnings (including a seriously bogus elog call);

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compiler warnings (including a seriously bogus elog call);
Date: 2008-11-04 00:29:39
Message-ID: 20081104002939.7F9B57545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix compiler warnings (including a seriously bogus elog call); minor
code beautification.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
trigfuncs.c (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/trigfuncs.c?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-04 00:57:19 pgsql: Disallow LOCK TABLE outside a transaction block (or function),
Previous Message Alex Hunsaker 2008-11-04 00:20:47 Re: pgsql: suppress_redundant_updates_trigger function.