From: | "Anton A(dot) Melnikov" <aamelnikov(at)inbox(dot)ru> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | [PATCH] Fix pg_upgrade test from v10 |
Date: | 2022-06-02 01:22:52 |
Message-ID: | 6b05291c-f252-4fae-317d-b50dba69c311@inbox.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello!
Found out that test for pg_upgrade (test.sh for 11-14 and
002_pg_upgrade.pl for 15+) doesn't work from 10th versions to higher
ones due to incompatible options for initdb and default PGDATA permissions.
Here are the patches that may solve this problem.
Would be glad to your comments and concerns.
With best regards,
--
Anton A. Melnikov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Attachment | Content-Type | Size |
---|---|---|
v1-0001-Fix-upgrade-test-from-v10-to-v15+.patch | text/x-patch | 1.2 KB |
v1-0001-Fix-upgrade-test-from-v10-to-v14.patch | text/x-patch | 2.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Langote | 2022-06-02 01:23:00 | Re: doc: CREATE FOREIGN TABLE .. PARTITION OF .. DEFAULT |
Previous Message | Michael Paquier | 2022-06-02 01:08:15 | Re: Allow file inclusion in pg_hba and pg_ident files |