Re: GUC_REPORT for protocol tunables was: Re: Optimize binary serialization format of arrays with fixed size elements

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GUC_REPORT for protocol tunables was: Re: Optimize binary serialization format of arrays with fixed size elements
Дата
Msg-id 7427.1327348149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: GUC_REPORT for protocol tunables was: Re: Optimize binary serialization format of arrays with fixed size elements  (Marko Kreen <markokr@gmail.com>)
Ответы Re: GUC_REPORT for protocol tunables was: Re: Optimize binary serialization format of arrays with fixed size elements  ("A.M." <agentm@themactionfaction.com>)
Список pgsql-hackers
Marko Kreen <markokr@gmail.com> writes:
> [ bytea_output doesn't need to be GUC_REPORT because format is autodetectable ]

Fair enough.  Anyway we're really about two years too late to revisit that.

> Btw, it does not seems that per-request metainfo change requires
> "major version".  It just client can send extra metainfo packet
> before bind+execute, if it knows server version is good enough.

That is nonsense.  You're changing the protocol, and then saying
that clients should consult the server version instead of the
protocol version to know what to do.

> 2. Can we postpone minor data format changes on the wire until there
>    is proper way for clients to request on-the-wire formats?

I think that people are coming around to that position, ie, we need
a well-engineered solution to the versioning problem *first*, and
should not accept incompatible minor improvements until we have that.
        regards, tom lane


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Multithread Query Planner
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Measuring relation free space