diff options
author | Thomas Munro | 2020-11-02 06:36:09 +0000 |
---|---|---|
committer | Thomas Munro | 2020-11-02 11:44:59 +0000 |
commit | 7d1297df0830725d4434ba7dbf71a9e8221ad49e (patch) | |
tree | 8a4973592cbc2b21824e59b054953d84c7be35da /src/include/commands/collationcmds.h | |
parent | 8ef2a5afdf8ec9e4c8b28a7042c9508eb6161671 (diff) |
Remove pg_collation.collversion.
This model couldn't be extended to cover the default collation, and
didn't have any information about the affected database objects when the
version changed. Remove, in preparation for a follow-up commit that
will add a new mechanism.
Author: Thomas Munro <[email protected]>
Reviewed-by: Julien Rouhaud <[email protected]>
Reviewed-by: Peter Eisentraut <[email protected]>
Discussion: https://postgr.es/m/CAEepm%3D0uEQCpfq_%2BLYFBdArCe4Ot98t1aR4eYiYTe%3DyavQygiQ%40mail.gmail.com
Diffstat (limited to 'src/include/commands/collationcmds.h')
-rw-r--r-- | src/include/commands/collationcmds.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/commands/collationcmds.h b/src/include/commands/collationcmds.h index 373b85374c4..3e1c16ac7f0 100644 --- a/src/include/commands/collationcmds.h +++ b/src/include/commands/collationcmds.h @@ -20,6 +20,5 @@ extern ObjectAddress DefineCollation(ParseState *pstate, List *names, List *parameters, bool if_not_exists); extern void IsThereCollationInNamespace(const char *collname, Oid nspOid); -extern ObjectAddress AlterCollation(AlterCollationStmt *stmt); #endif /* COLLATIONCMDS_H */ |