pgsql: Fix incorrect merge in ECPG code with DECLARE

2021-08-24 Thread Michael Paquier
Fix incorrect merge in ECPG code with DECLARE The same condition was repeated twice when comparing the connection used by existing declared statement with the one coming from a fresh DECLARE statement. This had no consequences, but let's keep the code clean. Oversight in f576de1. Author: Shenhao

pgsql: Fix incorrect merge in ECPG code with DECLARE

2021-08-24 Thread Michael Paquier
Fix incorrect merge in ECPG code with DECLARE The same condition was repeated twice when comparing the connection used by existing declared statement with the one coming from a fresh DECLARE statement. This had no consequences, but let's keep the code clean. Oversight in f576de1. Author: Shenhao