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

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Some cleanup for change of collate and ctype fields to type text
Date: 2022-02-02 11:03:51
Message-ID: E1nFDQV-00038x-Kl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/87669de72c2249e6aec84b8c27fdc3ffb7284e13

Modified Files
--------------
doc/src/sgml/bki.sgml | 17 +++++++++--------
src/backend/commands/dbcommands.c | 4 ++--
src/include/catalog/pg_database.dat | 8 ++++----
3 files changed, 15 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-02-02 18:59:20 pgsql: Fix server crash bug in 'server' backup target.
Previous Message Peter Eisentraut 2022-02-02 08:21:42 pgsql: doc: Fix mistake in PL/Python documentation