Ident authentication failed for user "postgres"の履歴
次の様なエラーが出力された場合、pg_hba.confを修正する
Ident authentication failed for user "postgres"
変更前
host all all 127.0.0.1/32 ident sameuser
変更後
host all all 127.0.0.1/32 trust
修正したらpostgresqlの再起動を行う