Re: Reworks of CustomScan serialization/deserialization

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Reworks of CustomScan serialization/deserialization
Дата
Msg-id CA+TgmoY2z9D-vfOe69C--Lx5WAPAJHd3Mj2s9DmYffE_kj59Ow@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Reworks of CustomScan serialization/deserialization  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Список pgsql-hackers
On Sun, Mar 13, 2016 at 9:53 PM, Kouhei Kaigai <kaigai@ak.jp.nec.com> wrote:
> OK, I split the previous small patch into two tiny patches.
> The one is bugfix around max length of the extnodename.
> The other replaces Assert() by ereport() according to the upthread discussion.

Committed, except that (1) I replaced ereport() with elog(), because I
can't see making translators care about this message; and (2) I
reworded the error message a bit.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Proposal: "Causal reads" mode for load balancing reads without stale data