Implement type regcollation
Peter Eisentraut <peter@eisentraut.org>
Implement type regcollation This will be helpful for a following commit and it's also just generally useful, like the other reg* types. Author: Julien Rouhaud Reviewed-by: Thomas Munro and Michael Paquier Discussion: https://postgr.es/m/CAEepm%3D0uEQCpfq_%2BLYFBdArCe4Ot98t1aR4eYiYTe%3DyavQygiQ%40mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/datatype.sgml | modified | +10 −0 |
| doc/src/sgml/func.sgml | modified | +11 −2 |
| doc/src/sgml/ref/pgupgrade.sgml | modified | +1 −0 |
| src/backend/utils/adt/regproc.c | modified | +152 −0 |
| src/bin/pg_upgrade/check.c | modified | +1 −0 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_cast.dat | modified | +14 −0 |
| src/include/catalog/pg_proc.dat | modified | +15 −0 |
| src/include/catalog/pg_type.dat | modified | +4 −0 |
| src/test/regress/expected/regproc.out | modified | +40 −0 |
| src/test/regress/sql/regproc.sql | modified | +7 −0 |
Documentation touched
Discussion
- Collation versioning 192 messages · 2018-09-04 → 2021-04-15