Add some platform-independent tests for the collation feature.
Tom Lane <tgl@sss.pgh.pa.us>
Add some platform-independent tests for the collation feature. There's a lot we can't test very well without platform dependencies, but the C/POSIX collations should now work the same way everywhere.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/collate.out | added | +554 −0 |
| src/test/regress/parallel_schedule | modified | +5 −1 |
| src/test/regress/serial_schedule | modified | +1 −0 |
| src/test/regress/sql/collate.sql | added | +193 −0 |