pgsql: Exclude parallel workers from connection privilege/limit checks.

2024-12-28 Thread Tom Lane
Exclude parallel workers from connection privilege/limit checks. Cause parallel workers to not check datallowconn, rolcanlogin, and ACL_CONNECT privileges. The leader already checked these things (except for rolcanlogin which might have been checked for a different role). Re-checking can accompl

pgsql: Exclude parallel workers from connection privilege/limit checks.

2024-12-28 Thread Tom Lane
Exclude parallel workers from connection privilege/limit checks. Cause parallel workers to not check datallowconn, rolcanlogin, and ACL_CONNECT privileges. The leader already checked these things (except for rolcanlogin which might have been checked for a different role). Re-checking can accompl

pgsql: Exclude parallel workers from connection privilege/limit checks.

2024-12-28 Thread Tom Lane
Exclude parallel workers from connection privilege/limit checks. Cause parallel workers to not check datallowconn, rolcanlogin, and ACL_CONNECT privileges. The leader already checked these things (except for rolcanlogin which might have been checked for a different role). Re-checking can accompl

pgsql: Exclude parallel workers from connection privilege/limit checks.

2024-12-28 Thread Tom Lane
Exclude parallel workers from connection privilege/limit checks. Cause parallel workers to not check datallowconn, rolcanlogin, and ACL_CONNECT privileges. The leader already checked these things (except for rolcanlogin which might have been checked for a different role). Re-checking can accompl

pgsql: Exclude parallel workers from connection privilege/limit checks.

2024-12-28 Thread Tom Lane
Exclude parallel workers from connection privilege/limit checks. Cause parallel workers to not check datallowconn, rolcanlogin, and ACL_CONNECT privileges. The leader already checked these things (except for rolcanlogin which might have been checked for a different role). Re-checking can accompl

pgsql: Exclude parallel workers from connection privilege/limit checks.

2024-12-28 Thread Tom Lane
Exclude parallel workers from connection privilege/limit checks. Cause parallel workers to not check datallowconn, rolcanlogin, and ACL_CONNECT privileges. The leader already checked these things (except for rolcanlogin which might have been checked for a different role). Re-checking can accompl