mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
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.
22 KiB
22 KiB