Tom Lane schrieb am 26.05.2017 um 20:18:
I just tried pg_upgrade from the Postgres 10 Beta1 (from the BigSQL distribution) to upgrade a 9.6 cluster. pg_upgrade --check fails with the following messages:could not load library "$libdir/pgxml": ERROR: could not load library "d:/etc/postgres-10/pgsql/lib/postgresql/pgxml.dll": unknown error 126Apparently BigSQL forgot to include contrib/xml2 in their distribution; you should ping them about that one.
I wasn't sure where the problem is, I will report this to BigSQL as well. However, the xml2 extension is included. The extension control file as well as libxml2-2.dll.
When I then run pg_upgrade without the --check option, it fails when taking the schema only dump from one database. The error message reported in the logfile is: pg_dump: unrecognized collation provider: pUgh :-( ... seems like a rather obvious typo in dumpCollation(). Thanks for finding it!
-- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
