pgsql: Avoid trying to restore table ACLs and per-column ACLs in parall

2020-07-11 Thread Tom Lane
Avoid trying to restore table ACLs and per-column ACLs in parallel. Parallel pg_restore has always supposed that ACL items for different objects are independent and can be restored in parallel without conflicts. However, there is one case where this fails: because REVOKE on a table is defined to

pgsql: Avoid trying to restore table ACLs and per-column ACLs in parall

2020-07-11 Thread Tom Lane
Avoid trying to restore table ACLs and per-column ACLs in parallel. Parallel pg_restore has always supposed that ACL items for different objects are independent and can be restored in parallel without conflicts. However, there is one case where this fails: because REVOKE on a table is defined to

pgsql: Avoid trying to restore table ACLs and per-column ACLs in parall

2020-07-11 Thread Tom Lane
Avoid trying to restore table ACLs and per-column ACLs in parallel. Parallel pg_restore has always supposed that ACL items for different objects are independent and can be restored in parallel without conflicts. However, there is one case where this fails: because REVOKE on a table is defined to

pgsql: Avoid trying to restore table ACLs and per-column ACLs in parall

2020-07-11 Thread Tom Lane
Avoid trying to restore table ACLs and per-column ACLs in parallel. Parallel pg_restore has always supposed that ACL items for different objects are independent and can be restored in parallel without conflicts. However, there is one case where this fails: because REVOKE on a table is defined to

pgsql: Avoid trying to restore table ACLs and per-column ACLs in parall

2020-07-11 Thread Tom Lane
Avoid trying to restore table ACLs and per-column ACLs in parallel. Parallel pg_restore has always supposed that ACL items for different objects are independent and can be restored in parallel without conflicts. However, there is one case where this fails: because REVOKE on a table is defined to

pgsql: Avoid trying to restore table ACLs and per-column ACLs in parall

2020-07-11 Thread Tom Lane
Avoid trying to restore table ACLs and per-column ACLs in parallel. Parallel pg_restore has always supposed that ACL items for different objects are independent and can be restored in parallel without conflicts. However, there is one case where this fails: because REVOKE on a table is defined to

pgsql: Avoid trying to restore table ACLs and per-column ACLs in parall

2020-07-11 Thread Tom Lane
Avoid trying to restore table ACLs and per-column ACLs in parallel. Parallel pg_restore has always supposed that ACL items for different objects are independent and can be restored in parallel without conflicts. However, there is one case where this fails: because REVOKE on a table is defined to