Be sure to put the DbAdapter = DbAdapter.Postgres option, like this:
DbAdapter = DbAdapter.Postgres
_respawner = await Respawner.CreateAsync(_conn, new RespawnerOptions { DbAdapter = DbAdapter.Postgres, ... });