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:53:26
Message-ID: 20050505195326.C478553A82@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.

Modified Files:
--------------
pgsql/src/backend/utils/init:
postinit.c (r1.145 -> r1.146)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/postinit.c.diff?r1=1.145&r2=1.146)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-05 19:53:38 pgsql: Make standalone backends ignore pg_database.datallowconn, so that
Previous Message Bruce Momjian 2005-05-05 19:15:55 pgsql: On Win32, libintl replaces snprintf() with its own version that