forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1387925
committed
Fix incorrect merge in ECPG code with DECLARE
The same condition was repeated twice when comparing the connection usedby existing declared statement with the one coming from a fresh DECLAREstatement. This had no consequences, but let's keep the code clean.Oversight inf576de1.Author: Shenhao WangDiscussion:https://postgr.es/m/OSBPR01MB42149653BC0AB0A49D23C1B8F2C69@OSBPR01MB4214.jpnprd01.prod.outlook.comBackpatch-through: 141 parent29b5905 commit1387925
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
594 | 594 |
| |
595 | 595 |
| |
596 | 596 |
| |
597 |
| - | |
598 | 597 |
| |
599 | 598 |
| |
600 | 599 |
| |
|
0 commit comments
Comments
(0)