Robert Haas <robertmhaas@gmail.com> writes:
> I did remove those, plus made some other cleanups, and committed this.
> I think that there's now some duplication between this and the
> collate.linux.utf8 test that should be cleaned up by removing the
> duplicative stuff from that test, assuming this holds up OK when the
> buildfarm - and other developers - test it out.
I don't even need to test it:
regression=# CREATE COLLATION collate_coll2 FROM "C";
ERROR: nondefault collations are not supported on this platform
Please revert.
regards, tom lane