pgsql: Fix compile warning on Solaris, per buildfarm.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compile warning on Solaris, per buildfarm.
Date: 2007-07-15 22:40:28
Message-ID: 20070715224028.A739F9F9ECE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-15 22:43:40 pgsql: Silence Solaris compiler warning, per buildfarm.
Previous Message Tom Lane 2007-07-15 22:34:26 pgsql: Fix possible portability problem, per buildfarm warnings.