pgsql: Silence a rather odd compiler warning. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Silence a rather odd compiler warning.
Date
Msg-id 20070715230926.7826E9FB442@postgresql.org
Whole thread Raw
List 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/pgstattuple:
        pgstatindex.c (r1.4 -> r1.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstatindex.c.diff?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Silence a rather odd compiler warning.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a passel of signed vs unsigned char warnings.