Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

pgsql: Check that connection limit is within valid range.


  • From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
  • To: pgsql-committers(at)postgresql(dot)org
  • Subject: pgsql: Check that connection limit is within valid range.
  • Date: Fri, 30 Jan 2009 17:24:47 +0000 (UTC)
  • Message-id: <20090130172447.B0A487559ED@cvs.postgresql.org> <text/plain>

Log Message:
-----------
Check that connection limit is within valid range. IOW, not < -1.

It's missing in older versions too, but it doesn't seem worth
back-porting. All negative are just harmlessly treated as "no limit", and
tightening the check might even brake an application that relies on it.

Modified Files:
--------------
    pgsql/src/backend/commands:
        dbcommands.c (r1.218 -> r1.219)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c?r1=1.218&r2=1.219)
        user.c (r1.185 -> r1.186)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/user.c?r1=1.185&r2=1.186)



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group