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: latest commit breaks tsearch2
Date: 2005-11-13 18:22:24
Message-ID: 18904.1131906144@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

query_gist.c: In function `sizebitvec':
query_gist.c:203: warning: control reaches end of non-void function

Looking at the code, gcc is right to complain --- if this is working for
you it's only accidental. I don't much care for the hard-wired
assumption about the size of TPQTGist either ...

regards, tom lane

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2005-11-13 18:23:39 pgfouine - pgfouine: no need to stderr error if common LOG lines
Previous Message User Gsmet 2005-11-13 15:38:45 pgfouine - pgfouine: fatal error-- fixed tests