Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We start by inserting a row corresponding to one of the existing database, excluding any database named "test". But we later insert a fake record for a database with oid 1, which is also the oid of an existing database. So also exclude this database oid from the list of existing database to make sure it doesn't cause any problem (which actually happens with postgres 9.5 for some reason).
- Loading branch information