Some cleanup for change of collate and ctype fields to type text

Peter Eisentraut <peter@eisentraut.org>

Commit: 87669de72c2249e6aec84b8c27fdc3ffb7284e13
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2022-02-02T10:58:55Z
Releases: 15.0
Some cleanup for change of collate and ctype fields to type text

Some cleanup for commit 54637508f87bd5f07fb9406bac6b08240283be3b:
Reformat pg_database.dat to reflect the new field order.  Also update
the corresponding example in bki.sgml.  Reorder the way the fields are
filled in dbcommands.c to correspond to the new order.

Files

PathChange+/−
doc/src/sgml/bki.sgml modified +9 −8
src/backend/commands/dbcommands.c modified +2 −2
src/include/catalog/pg_database.dat modified +4 −4

Documentation touched