Re: Schema variables - new implementation for Postgres 15 - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Schema variables - new implementation for Postgres 15
Date
Msg-id CAFj8pRAzq=_R0Pbe_xvwz1q9cboAp5UGRkm5L0495J6-6M0uOw@mail.gmail.com
Whole thread Raw
In response to Re: Schema variables - new implementation for Postgres 15  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Responses Re: Schema variables - new implementation for Postgres 15  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Hi

new update - I found an error in checking ambiguous columns - the tupdesc was badly released by FreeTupleDesc. I fixed this issue and did a new related regress test to cover this path.

Regards

Nice holidays

Pavel


Attachment

pgsql-hackers by date:

Previous
From: "Joel Jacobson"
Date:
Subject: Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[]
Next
From: "Joel Jacobson"
Date:
Subject: Foreign key joins revisited