pgsql: More collations cleanup, from trawling for missed collation assi

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: More collations cleanup, from trawling for missed collation assi
Дата
Msg-id E1Q3aCw-0007jw-00@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
More collations cleanup, from trawling for missed collation assignments.

Mostly cosmetic, though I did find that generateClonedIndexStmt failed
to clone the index's collations.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0c9d9e8dd655fff7bcfc401e82838b8c20c16939

Modified Files
--------------
src/backend/bootstrap/bootparse.y    |    1 +
src/backend/nodes/nodeFuncs.c        |    2 +
src/backend/optimizer/util/plancat.c |    2 +-
src/backend/parser/parse_relation.c  |    2 +-
src/backend/parser/parse_utilcmd.c   |   51 ++++++++++++++++++++++++++++++++-
src/include/nodes/parsenodes.h       |    4 ++
src/include/nodes/plannodes.h        |   10 +++---
src/include/nodes/primnodes.h        |    6 ++--
src/include/nodes/relation.h         |    6 ++-
9 files changed, 70 insertions(+), 14 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Clean up a few failures to set collation fields in expression no
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Clean up cruft around collation initialization for tupdescs and