Buffer size too small in conffile.c
Alan DeKok
aland@ox.org
Fri, 19 Apr 2002 12:02:54 -0400
Peter Shin <Peter.Shin@team.ozemail.com.au> wrote:
> It seems that 1024 byte buffer in conffile.c is too small for a long sql
> query in sql.conf.
>
> The default queries are ok but they are very close to the limit. I had to
> increase the size of all buffers from 1024 to 2048 in conffile.c as I
> encountered a problem when I added extra items in the query.
OK. I've increased the buffer size in the latest CVS.
Alan DeKok.