pgsql: Silence a rather odd compiler warning.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence a rather odd compiler warning.
Date: 2007-07-15 23:06:39
Message-ID: 20070715230639.1D1359FB440@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Silence a rather odd compiler warning. In passing, make this file's
error messages look at least a little bit like the message style
guidelines say.

Modified Files:
--------------
pgsql/contrib/pageinspect:
btreefuncs.c (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pageinspect/btreefuncs.c.diff?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-15 23:09:26 pgsql: Silence a rather odd compiler warning.
Previous Message Tom Lane 2007-07-15 22:57:48 pgsql: Avoid possibly-unportable initializer, per buildfarm warning.