docbot - docbot: Refactor authentication into a single subroutine, - Mailing list pgsql-committers

From turnstep@pgfoundry.org (User Turnstep)
Subject docbot - docbot: Refactor authentication into a single subroutine,
Date
Msg-id 20060303010733.5DBB01033852@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Arrange to call AbsorbFsyncRequests every so often while
Next
From: turnstep@pgfoundry.org (User Turnstep)
Date:
Subject: wilddb - aed: Add PDF, original schema, and put comments in new Postgres