Re: Reworks of CustomScan serialization/deserialization - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Reworks of CustomScan serialization/deserialization
Date
Msg-id CA+TgmoY2z9D-vfOe69C--Lx5WAPAJHd3Mj2s9DmYffE_kj59Ow@mail.gmail.com
Whole thread Raw
In response to Re: Reworks of CustomScan serialization/deserialization  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
List 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 by date:

Previous
From: David Steele
Date:
Subject: Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby
Next
From: Robert Haas
Date:
Subject: Re: Proposal: "Causal reads" mode for load balancing reads without stale data