Re: [PATCHES] Please define PQ_BUFFER_SIZE in interfaces/libpq/fe-misc.c

2005-05-06 Thread Tom Lane
Hideyuki Kawashima <[EMAIL PROTECTED]> writes: > While coding, I was surprised that > magic number 8192 (which is defined as PQ_BUFFER_SIZE in > backend/libpq/pqcomm.c) are written into the code > in interfaces/libpq/fe-misc. AFAICS the uses of 8192 in fe-misc.c have no relationship to PQ_BUFFE

[PATCHES] Please define PQ_BUFFER_SIZE in interfaces/libpq/fe-misc.c

2005-05-06 Thread Hideyuki Kawashima
Hi, I am accelerating the transfer of resultset from backend to client using the zlib library. While coding, I was surprised that magic number 8192 (which is defined as PQ_BUFFER_SIZE in backend/libpq/pqcomm.c) are written into the code in interfaces/libpq/fe-misc. I thought the magic number