pgsql: Fix compile warning on Solaris, per buildfarm. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix compile warning on Solaris, per buildfarm.
Date
Msg-id 20070715224028.A739F9F9ECE@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix compile warning on Solaris, per buildfarm.  (Why have we got
three slightly different copies of this file?)

Modified Files:
--------------
    pgsql/contrib/hstore:
        crc32.c (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/crc32.c.diff?r1=1.1&r2=1.2)
    pgsql/contrib/ltree:
        crc32.c (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/crc32.c.diff?r1=1.7&r2=1.8)
    pgsql/contrib/tsearch2:
        crc32.c (r1.3 -> r1.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/crc32.c.diff?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix possible portability problem, per buildfarm warnings.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Silence Solaris compiler warning, per buildfarm.