Re: Better sanity checking for message length words

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: Better sanity checking for message length words
Дата
Msg-id CAJ7c6TMZW4rCG1QJm5cF4ALv4595oV+OfytybgP5w7jmM1aKZQ@mail.gmail.com
обсуждение исходный текст
Ответ на Better sanity checking for message length words  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Better sanity checking for message length words
Список pgsql-hackers
Hi Tom,

> ...
> Given the small number of complaints to date, I'm hesitant to
> back-patch this: if there's anybody out there with valid use for
> long messages that I didn't think should be long, this might break
> things for them.  But I think it'd be reasonable to sneak it into
> v14, since we've not started beta yet.
>
> Thoughts?

I'm having slight issues applying your patch to the `master` branch.
Is it the right target?

Regarding the idea, I think extra checks are a good thing and
definitely something that can be introduced in the next major version.
If we receive a complaint during beta-testing we can revert the patch
or maybe increase the limit for small messages.

-- 
Best regards,
Aleksander Alekseev



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

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Re: Bug fix for tab completion of ALTER TABLE ... VALIDATE CONSTRAINT ...
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Attach to shared memory after fork()