Re: Re: Replace plain-memory ordered array by binary tree in ts_stat() function.

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Peter Eisentraut <Peter(dot)Eisentraut(at)Sun(dot)COM>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: Replace plain-memory ordered array by binary tree in ts_stat() function.
Date: 2008-11-19 10:24:39
Message-ID: 4923E967.1070205@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fixed, but my gcc didn't emit such message.

> The patch mentioned in the subject leaves this compiler warning:
>
> tsvector_op.c: In function ‘insertStatEntry’:
> tsvector_op.c:815: warning: ‘res’ may be used uninitialized in this
> function

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-11-19 10:34:53 pgsql: Rethink the way FSM truncation works.
Previous Message Russell Smith 2008-11-19 09:33:38 Re: Re: [BUGS] libpq does not manage SSL callbacks properly when other libraries are involved.