Re: pgsql: Fix optimization of foreign-key on update actions - Mailing list pgsql-committers

From Peter Geoghegan
Subject Re: pgsql: Fix optimization of foreign-key on update actions
Date
Msg-id CAH2-Wzn03aF3Sf-egto7i9qXQ4=2L9UXON+ETu9DQsqUd-txuA@mail.gmail.com
Whole thread Raw
In response to pgsql: Fix optimization of foreign-key on update actions  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-committers
On Mon, Mar 18, 2019 at 9:21 AM Peter Eisentraut <peter@eisentraut.org> wrote:
> Fix optimization of foreign-key on update actions

It looks like datum_image_eq() doesn't handle the cstring case (i.e.
the "typLen == -2" case) correctly. I think that it should.

-- 
Peter Geoghegan



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid platform-specific null pointer dereference in psql.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix error handling of vacuumdb and reindexdb when running outof