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:14
Message-ID: 20050505195414.92EE753CA9@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_2_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/init:
postinit.c (r1.97 -> r1.97.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/postinit.c.diff?r1=1.97&r2=1.97.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-05 20:07:36 pgsql: Stamp release 8.0.3.
Previous Message Tom Lane 2005-05-05 19:54:02 pgsql: Make standalone backends ignore pg_database.datallowconn, so that