Re: [HACKERS][BUG] Cache invalidation for queries that contains constof temporary composite type - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: [HACKERS][BUG] Cache invalidation for queries that contains constof temporary composite type
Date
Msg-id CAPpHfdu2NXE5Uc60GiQTvzcGDVR9ZNOM0K9Fp-oVf=iQWGWpYA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS][BUG] Cache invalidation for queries that contains constof temporary composite type  (Maksim Milyutin <milyutinma@gmail.com>)
Responses Re: [HACKERS][BUG] Cache invalidation for queries that contains constof temporary composite type
List pgsql-hackers
On Mon, Oct 2, 2017 at 3:43 PM, Maksim Milyutin <milyutinma@gmail.com> wrote:

On 26.09.2017 23:25, Maksim Milyutin wrote:

Updated patchset contains more transparent definition of composite type for constant node and regression test for described above buggy case.

Is there any interest on the problem in this thread?

Probably everybody are too busy with upcoming release and other patches.  Since this patch is a bug fix, it definitely should be considered.  Please, register this patch at upcoming commitfest to ensure it wouldn't be forgotten.
Regression test changes (both .sql and .out) are essential parts of the patch.  I see no point in posting them separately.  Please, incorporate them into your patch.
Did you check this patch with manually created composite type (made by CREATE TYPE typname AS ...)?

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company 

pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: [HACKERS] Issues with logical replication
Next
From: Pavel Stehule
Date:
Subject: Re: [HACKERS] issue: record or row variable cannot be part ofmultiple-item INTO list