More collations cleanup, from trawling for missed collation assignments.
Tom Lane <tgl@sss.pgh.pa.us>
More collations cleanup, from trawling for missed collation assignments. Mostly cosmetic, though I did find that generateClonedIndexStmt failed to clone the index's collations.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/bootstrap/bootparse.y | modified | +1 −0 |
| src/backend/nodes/nodeFuncs.c | modified | +2 −0 |
| src/backend/optimizer/util/plancat.c | modified | +1 −1 |
| src/backend/parser/parse_relation.c | modified | +1 −1 |
| src/backend/parser/parse_utilcmd.c | modified | +49 −2 |
| src/include/nodes/parsenodes.h | modified | +4 −0 |
| src/include/nodes/plannodes.h | modified | +5 −5 |
| src/include/nodes/primnodes.h | modified | +3 −3 |
| src/include/nodes/relation.h | modified | +4 −2 |