Do all superuser processes count toward superuser_reserved_connections?

From: Jeremy Finzel <finzelj(at)gmail(dot)com>
To: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Do all superuser processes count toward superuser_reserved_connections?
Date: 2019-03-14 15:23:14
Message-ID: CAMa1XUhS8JZpP+pAg+eK4tP8ixcZU10Tz0p3-0_ynrw2bmFfUA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I don't find a clear mention in the docs of superuser processes that are
exempt from counting toward superuser_reserved_connections. So I would
think that it's possible that postgres autovac workers ought to count
toward that. Am I wrong about that? I actually have the same question
about pglogical replication background workers and manager, which also run
as postgres.

Do I need to increase my limit to account for these workers, or are some or
all of these processes ignored by superuser_reserved_connections?

Many thanks!
Jeremy

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Julien Rouhaud 2019-03-14 15:43:23 Re: ERROR: XX000: cannot update SecondarySnapshot during a parallel operation
Previous Message Mark Johnson 2019-03-14 14:47:27 Re: TPC-DS queries