Remove MsgType type

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Remove MsgType type
Дата
Msg-id 505e76cb-0ca2-4e22-ba0f-772b5dc3f230@eisentraut.org
обсуждение исходный текст
Ответы Re: Remove MsgType type
Список pgsql-hackers
Presumably, the C type MsgType was meant to hold the protocol message 
type in the pre-version-3 era, but this was never fully developed even 
then, and the name is pretty confusing nowadays.  It has only one 
vestigial use for cancel requests that we can get rid of.  Since a 
cancel request is indicated by a special protocol version number, we can 
use the ProtocolVersion type, which MsgType was based on.  (If this is 
also found confusing, we could also use uint32 directly.)

Вложения

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