Content-Length: 289681 | pFad | http://github.com/postgrespro/postgres/pull/4/commits/3fe6f8600163b4beec62fef3b57e29d4bd40ba2b

8A pg_upgrade fails with non-standard ACL by alubennikova · Pull Request #4 · postgrespro/postgres · GitHub
Skip to content

pg_upgrade fails with non-standard ACL #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master_ci
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug
  • Loading branch information
alubennikova committed Jun 11, 2020
commit 3fe6f8600163b4beec62fef3b57e29d4bd40ba2b
5 changes: 5 additions & 0 deletions src/bin/pg_upgrade/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@ get_non_default_acl_infos(ClusterInfo *cluster)

dbinfo->non_def_acl_arr.aclinfos = aclinfos;
dbinfo->non_def_acl_arr.nacls = nacls;

pg_log(PG_WARNING, "get_non_default_acl_infos nacls %d\n", dbinfo->non_def_acl_arr.nacls);

}
}

Expand Down Expand Up @@ -740,6 +743,7 @@ free_acl_infos(AclInfoArr *acl_arr)
{
int aclnum;

pg_log(PG_WARNING, "free_acl_infos 1 %d\n", acl_arr->nacls);
for (aclnum = 0; aclnum < acl_arr->nacls; aclnum++)
{
pg_free(acl_arr->aclinfos[aclnum].obj_type);
Expand All @@ -748,6 +752,7 @@ free_acl_infos(AclInfoArr *acl_arr)
}
pg_free(acl_arr->aclinfos);
acl_arr->nacls = 0;
pg_log(PG_WARNING, "free_acl_infos 2 %d\n", acl_arr->nacls);
}


Expand Down








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/pull/4/commits/3fe6f8600163b4beec62fef3b57e29d4bd40ba2b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy