git.postgresql.org Git - postgresql.git/commit
2011年4月18日 19:31:52 +0000 (15:31 -0400)
2011年4月18日 19:31:52 +0000 (15:31 -0400)
commit 918854cc08868d569aad3bdf2529fc61c66ecde5
Fix handling of collations in multi-row VALUES constructs.
Per spec we ought to apply select_common_collation() across the expressions
in each column of the VALUES table. The original coding was just taking
the first row and assuming it was representative.
This patch adds a field to struct RangeTblEntry to carry the resolved
collations, so initdb is forced for changes in stored rule representation.
13 files changed:
This is the main PostgreSQL git repository.
RSS
Atom