docbot - docbot: Refactor authentication into a single subroutine,

From: turnstep(at)pgfoundry(dot)org (User Turnstep)
To: pgsql-committers(at)postgresql(dot)org
Subject: docbot - docbot: Refactor authentication into a single subroutine,
Date: 2006-03-03 01:07:33
Message-ID: 20060303010733.5DBB01033852@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Refactor authentication into a single subroutine, streamline it.
Add EVERYONE_AUTHENTICATED for use in private networks.
Remove working defaults, so we don't hammer the real db while testing.
Pass the channel to the action and the authentication in anticipation of further use.
Add LOCK_DATABASE to turn off LOCKING unless really needed.
Add RaiseError after the DB call.
Check that the database is up early on, rather than waiting on first action.

Modified Files:
--------------
docbot:
docbot.pl (r1.63 -> r1.64)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.63&r2=1.64)

Browse pgsql-committers by date

  From Date Subject
Next Message User Turnstep 2006-03-03 01:19:02 wilddb - aed: Add PDF, original schema, and put comments in new Postgres
Previous Message Tom Lane 2006-03-03 00:02:02 pgsql: Arrange to call AbsorbFsyncRequests every so often while