Re: [HACKERS] Re: psql and comments

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Re: psql and comments
Дата
Msg-id 199910071654.MAA02332@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: psql and comments  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Ответы Re: [HACKERS] Re: psql and comments
Список pgsql-hackers
> > The question I have though is, is there a reason, besides efficiency, that
> > psql doesn't just send the comment to the backend with the query? The
> > backend does accept comments last time I checked. Perhaps someone will one
> > day write something that makes some use of those comments on the backend
> > (thus conflicting with the very definition of "comment", but maybe a
> > logger) and it would remove some load out of psql.
> 
> Efficiency is all, along with (probably) the backend being unhappy
> getting *only* a comment and no query.
> 

That is fixed now.  External interfaces showed problems, as the perl
MySQL test showed.

--  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] psql and comments
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] union and LIMIT problem