pgsql: Run reformat-dat-files to declutter the catalog data files.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Run reformat-dat-files to declutter the catalog data files.
Дата
Msg-id E1kznc6-0000yS-F7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Run reformat-dat-files to declutter the catalog data files.

Things had gotten pretty messy here, apparently mostly but not
entirely the fault of the multirange patch.  No functional changes.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8b411b8ff41566a1aa601d1f05aeebbebbdb4a54

Modified Files
--------------
src/include/catalog/pg_aggregate.dat |   3 +-
src/include/catalog/pg_amop.dat      |   4 +-
src/include/catalog/pg_amproc.dat    |  15 ++-
src/include/catalog/pg_cast.dat      |  29 +++---
src/include/catalog/pg_collation.dat |   3 +-
src/include/catalog/pg_opclass.dat   |  17 ++--
src/include/catalog/pg_operator.dat  |  72 ++++++++------
src/include/catalog/pg_proc.dat      | 183 +++++++++++++++++++----------------
src/include/catalog/pg_range.dat     |  30 +++---
src/include/catalog/pg_type.dat      |  47 +++++----
10 files changed, 229 insertions(+), 174 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc, more or less: uncomment tutorial example that was fixed lon
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Move our p{read,write}v replacements into their own files.