Re: pg_subscription.subslotname is wrongly marked NOT NULL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: pg_subscription.subslotname is wrongly marked NOT NULL
Date: 2020-07-19 20:42:25
Message-ID: 229396.1595191345@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> (2) In pre-v13 branches, hack the JIT tuple deconstruction code
> to be specifically aware that it can't trust attnotnull for
> pg_subscription.subslotname. Yeah, it's ugly, but at least it's
> not ugly going forwards.

Concretely, as attached for v12.

regards, tom lane

Attachment Content-Type Size
work-around-bogus-attnotnull-v12.patch text/x-diff 3.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2020-07-19 21:17:15 Re: Default setting for enable_hashagg_disk
Previous Message Justin Pryzby 2020-07-19 19:10:16 Re: [HACKERS] [PATCH] Generic type subscripting