diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-12-11 18:07:02 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-12-11 18:58:21 -0500 |
commit | 8c15a297452e970d68529ee2ce6bd94d84598409 (patch) | |
tree | bba36417e47b3db35288e5f96db0226d947e04e3 /src/backend/access/gist/gistvalidate.c | |
parent | 653aa603f501aa6e4865105a928cd13082ee7152 (diff) | |
download | postgresql-8c15a297452e970d68529ee2ce6bd94d84598409.tar.gz postgresql-8c15a297452e970d68529ee2ce6bd94d84598409.zip |
Allow ALTER TYPE to update an existing type's typsubscript value.
This is essential if we'd like to allow existing extension data types
to support subscripting in future, since dropping and recreating the
type isn't a practical thing for an extension upgrade script, and
direct manipulation of pg_type isn't a great answer either.
There was some discussion about also allowing alteration of typelem,
but it's less clear whether that's a good idea or not, so for now
I forebore.
Discussion: https://postgr.es/m/3724341.1607551174@sss.pgh.pa.us
Diffstat (limited to 'src/backend/access/gist/gistvalidate.c')
0 files changed, 0 insertions, 0 deletions