Re: [PATCH] Fix unexpected loss of DEFERRABLE property after toggling NOT ENFORCED / ENFORCED

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Yasuo Honda <yasuo(dot)honda(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Fix unexpected loss of DEFERRABLE property after toggling NOT ENFORCED / ENFORCED
Date: 2026-03-30 05:40:49
Message-ID: CAHGQGwG+aLchgU6iZp=faQZVqQ7_QbLLJ=5zDUz8YtD+4OSjMw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Mar 28, 2026 at 12:01 AM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> Barring any objections, I will commit this and backpatch it to v18, where
> NOT ENFORCED foreign keys were introduced.

I've pushed the patch. Thanks!

Regards,

--
Fujii Masao

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alena Rybakina 2026-03-30 05:41:07 Re: pull-up subquery if JOIN-ON contains refs to upper-query
Previous Message Lukas Fittl 2026-03-30 05:21:46 Re: Refactor query normalization into core query jumbling