Re: [HACKERS] More thoughts about FE/BE protocol

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] More thoughts about FE/BE protocol
Дата
Msg-id 8557.1050029681@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] More thoughts about FE/BE protocol  (Bruce Badger <bruce_badger@badgerse.com>)
Список pgsql-interfaces
Bruce Badger <bruce_badger@badgerse.com> writes:
> On Fri, 2003-04-11 at 09:29, Tom Lane wrote:
>> I'm not planning to change the contents of messages more than I have to.
>> What's so hard about parsing "UPDATE nnn" ?

> Nothing, of course.  However the fewer easy things we *have* to do, the
> more other things we have time for.

The other side of that coin is that making low-value changes takes time
away from dealing with the important problems.  We're not working in a
green field here --- we have existing code that we're planning to change.

> Also, some things that could return
> a row count don't, e.g. SELECT.

But the client has surely already accumulated a row count while
collecting the SELECT result.  Doesn't seem like there's much
value-added to be found there.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Speed of SSL connections; cost of renegotiation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Speed of SSL connections; cost of renegotiation