Re: Life cycles of tuple descriptors
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Chapman Flack <chap@anastigmatix.net>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2021-12-15T23:58:59Z
Lists: pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes: > On Thu, Dec 16, 2021 at 11:51 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Here's a draft patch for this. > LGTM. Pushed, thanks for looking. regards, tom lane
Commits
-
Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.
- bbc227e951ec 15.0 landed