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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: More collations cleanup, from trawling for missed collation assi
Date: 2011-03-26 20:35:38
Message-ID: E1Q3aCw-0007jw-00@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-26 22:29:05 pgsql: Clean up cruft around collation initialization for tupdescs and
Previous Message Tom Lane 2011-03-26 18:26:14 pgsql: Clean up a few failures to set collation fields in expression no