pgsql: Make standalone backends ignore pg_database.datallowconn, so that

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make standalone backends ignore pg_database.datallowconn, so that
Date: 2005-05-05 19:54:02
Message-ID: 20050505195402.28B3C53CC5@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make standalone backends ignore pg_database.datallowconn, so that there
is a way to recover from disabling connections to all databases at once.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/init:
postinit.c (r1.117.2.2 -> r1.117.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/postinit.c.diff?r1=1.117.2.2&r2=1.117.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-05 19:54:14 pgsql: Make standalone backends ignore pg_database.datallowconn, so that
Previous Message Tom Lane 2005-05-05 19:53:51 pgsql: Make standalone backends ignore pg_database.datallowconn, so that