Re: [HACKERS] unsafe tuple releasing in get_default_partition_oid - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: [HACKERS] unsafe tuple releasing in get_default_partition_oid
Date
Msg-id CAOBaU_bBGrMULgXKV-sPEQfb-ScKo6UmpZMf==3KFJO4QhWWGA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] unsafe tuple releasing in get_default_partition_oid  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Sat, Oct 28, 2017 at 11:13 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Sat, Oct 28, 2017 at 10:03 AM, Julien Rouhaud <rjuju123@gmail.com> wrote:
>> I just noticed that get_default_partition_oid() tries to release the
>> tuple even if it isn't valid.
>> Trivial patch attached.
>
> Oops.  I wonder how that managed to survive testing.
>
> Committed.

Thanks!


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] Current int & float overflow checking is slow.
Next
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] MERGE SQL Statement for PG11