Re: BUG #17909: CREATE SCHEMA AUTHORIZATION sch CREATE TABLE foo ( id INT ) will coredump
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Richard Guo <guofenglinux@gmail.com>, hysong0101@163.com, pgsql-bugs@lists.postgresql.org
Date: 2023-04-28T05:07:36Z
Lists: pgsql-bugs
On Fri, Apr 28, 2023 at 12:53:39AM -0400, Tom Lane wrote: > I'd be okay with just dropping that field. It seems to be much > older than 46379d6, and if it ever had any real use it doesn't now. > (There's no ALTER SCHEMA in the SQL spec at all, let alone one that > has some overlap with CREATE SCHEMA options, so I don't foresee a > future use either.) WFM as well. -- Michael
Commits
-
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
- a9212716b3bf 11.20 landed
- 63f7e91ecf9f 12.15 landed
- 7e95a33b42e7 13.11 landed
- d29eba1987cb 14.8 landed
- b9ad73ad250b 15.3 landed
- 4dadd660f071 16.0 landed