Re: [HACKERS] MAX Query length

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] MAX Query length
Дата
Msg-id 199907141502.LAA22817@candle.pha.pa.us
обсуждение исходный текст
Ответ на MAX Query length  ("Ansley, Michael" <Michael.Ansley@intec.co.za>)
Список pgsql-hackers
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> 
> Trawling through the code last night I noticed that:
> #define MAX_QUERY_SIZE (BLCKSZ * 2)
> 
> Is there any conceivable reason why the query length would be dependent on
> the block size?  Or do I just have old source code?

No great reason, but is seems like a good maximum.  This controls the
buffer size on the client and server.  Do you need it larger?

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Updated TODO list
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: 6.5.1 release