mirror of https://github.com/postgres/postgres
check_role() tries to verify that the user has permission to become the
requested role, but this is inappropriate in a parallel worker, which
needs to exactly recreate the master's authorization settings. So skip
the check in that case.
This fixes a bug in commit 924bcf4f16.
pull/7/merge
parent
6de6d96d97
commit
82b37765c7
Loading…
Reference in new issue