PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

test: isolate pg_terminate_backend to appname #3537

Closed steve-chavez closed 1 month ago

steve-chavez commented 1 month ago

The pg_terminate_backend done in the io test:

test_fail_with_automatic_recovery_disabled_and_terminated_using_query

Can affect other connections.

Related https://github.com/PostgREST/postgrest/pull/3536.