pgsql: Fix bogus assumption that sizeof() produces an int-sized result.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bogus assumption that sizeof() produces an int-sized result.
Date: 2005-06-20 00:32:22
Message-ID: 20050620003222.C81A1528C1@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix bogus assumption that sizeof() produces an int-sized result.

Modified Files:
--------------
pgsql/contrib/tsearch2:
gistidx.c (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/gistidx.c.diff?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-06-20 02:07:48 pgsql: Trivial code clarity improvement to UpdateStats(); no functional
Previous Message Neil Conway 2005-06-19 23:39:05 pgsql: Minor documentation update for RAISE expression patch.