Hi, > ``` > + ret = store_conn_addrinfo(conn, addrlist); > + pg_freeaddrinfo_all(hint.ai_family, addrlist); > + if (ret) > + goto error_return; /* message already logged */ > ``` > The goto path is not test-covered.
D'oh, this one is fine since store_conn_addrinfo() is going to fail only when we are out of memory. -- Best regards, Aleksander Alekseev