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 Wang Discussion: https://postgr.es/m/osbpr01mb42149653bc0ab0a49d23c1b8f2...@osbpr01mb4214.jpnprd01.prod.outlook.com Backpatch-through: 14 Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/8ab3452df8d5ff26cf52c089b986256b0c02d555 Modified Files -------------- src/interfaces/ecpg/preproc/ecpg.header | 1 - 1 file changed, 1 deletion(-)