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

From Peter Eisentraut
Subject Re: Replace plain-memory ordered array by binary tree in ts_stat() function.
Date
Msg-id 4923C922.5020403@gmx.net
Whole thread Raw
List pgsql-hackers
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

I took a quick look but it is not immediately obvious whether the
compiler might actually have a point here.  Could you please fix this?



pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: add to documentation - upgrade from tsearch2
Next
From: Russell Smith
Date:
Subject: Re: Re: [BUGS] libpq does not manage SSL callbacks properly when other libraries are involved.