Re: Is it time to retire type "opaque"?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Date: 2020-03-03T23:39:26Z
Lists: pgsql-hackers
Attachments
- 0001-simplify-CREATE-TYPE-1.patch (text/x-diff) patch 0001
- 0002-remove-remaining-traces-of-OPAQUE-1.patch (text/x-diff) patch 0002
I wrote: > In short, I propose ripping out OPAQUE entirely. Like so... I separated out the changes in CREATE TYPE because that's a bit more complicated than the rest. The behavior around shell types gets somewhat simpler, and I moved the I/O function result type checks into the lookup functions to make them all consistent. regards, tom lane
Commits
-
Remove the "opaque" pseudo-type and associated compatibility hacks.
- bb03010b9f07 13.0 landed