async fn create_postgres_client(pg_server_addr: &str) -> Client
Create a Postgres client with retry.
Panics if the Postgres server address is invalid or the connection fails.