diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2023-03-17 18:15:00 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2023-03-17 18:15:00 +0900 |
commit | 39a3bdc9eba50628cecb7e3cada95271180c8744 (patch) | |
tree | e69a2de99e6d7cd63f483493929b9422f5d78b0f /src/backend/access/gist/gist.c | |
parent | bfc9497ece01c7c45437bc36387cb1ebe346f4d2 (diff) | |
download | postgresql-39a3bdc9eba50628cecb7e3cada95271180c8744.tar.gz |
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
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions