Re: latest commit breaks tsearch2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: latest commit breaks tsearch2
Date: 2005-11-14 14:02:57
Message-ID: 10745.1131976977@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
>> I don't much care for the hard-wired
>> assumption about the size of TPQTGist either ...

> typedef uint64 TPQTGist;

> What is your doubt? You suggest to use sizeof(TPQTGist)*BIT_PER_BYTE?

Yeah. It'll make the code easier to adapt to a machine without any
native int64 type.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2005-11-14 14:44:06 pgsql: Use postgres-wide macros BITS_PER_BYTE instead self-definenig
Previous Message Teodor Sigaev 2005-11-14 10:08:16 Re: latest commit breaks tsearch2