Version 1.0a11 of my PostgreSQL extension for Frontier and Radio is ready for download:

The only change since 1.0a10 consists of a fix for an infinite loop bug in the connection pooling logic. Once the time specified by the restartTimeoutSecs parameter of the postgreSQL.pool.create verb had run out, the extension would continuously close and re-open a connection to the database server.

This update is strongly recommended for anyone using the connection pooling feature of the extension.

Thanks to Eric Soroos for the bug report.