Comment 7 for bug 37640

Revision history for this message
Martin Pitt (pitti) wrote :

 postgresql-common (51ubuntu1) dapper; urgency=low
 .
   * Synchronize to Debian. Closes: LP#37640
 .
 postgresql-common (51) unstable; urgency=low
 .
   * PgCommon.pm: Add function read_pg_hba() to parse pg_hba.conf.
   * Add t/005_PgCommon.t: Designated for testing PgCommon.pm library
     functions; test read_pg_hba() for now.
   * pg_ctlcluster: Check pg_hba.conf if the database superuser can connect
     locally without a password. If not, disable startup checks to avoid asking
     for the superuser password. (https://launchpad.net/bugs/37640)
   * t/030_errors.t: Test above pg_ctlcluster checks.