postgresql/contrib/postgres_fdw
Etsuro Fujita 39a3bdc9eb postgres_fdw: Remove useless if-test in GetConnection().
Checking whether entry->conn is NULL after doing disconnect_pg_server()
for that entry is pointless, as that function ensures that it is NULL.

Thinko in commit 7fc1a81e4; this would be harmless, so patch HEAD only.

Reviewed-by: Richard Guo and Daniel Gustafsson
Discussion: https://postgr.es/m/CAPmGK169vQ83PQwQkoxO-AK2EeK1EsgsxixedM%2BBLWEAhZ_AqQ%40mail.gmail.com
2023-03-17 18:15:00 +09:00
..
expected Drop test view when done with it. 2023-02-27 20:27:48 -05:00
sql Drop test view when done with it. 2023-02-27 20:27:48 -05:00
.gitignore
connection.c postgres_fdw: Remove useless if-test in GetConnection(). 2023-03-17 18:15:00 +09:00
deparse.c
Makefile
meson.build
option.c
postgres_fdw--1.0--1.1.sql
postgres_fdw--1.0.sql
postgres_fdw.c
postgres_fdw.control
postgres_fdw.h
shippable.c