forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6d41dd0
committed
Change PostgresNode::connect_fails() to never send down queries
This type of failure is similar to what has been fixed inc757a3d,where an authentication failure combined with psql pushing a commanddown its communication pipe causes a test failure. This routine isdesigned to fail, so sending a query has little sense anyway.Per buildfarm members gaur and hoverfly, based on an analysis and fixfrom Tom Lane.Discussion:https://postgr.es/m/513200.1617634642@sss.pgh.pa.us1 parentf6b8f19 commit6d41dd0
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1938 | 1938 |
| |
1939 | 1939 |
| |
1940 | 1940 |
| |
1941 |
| - | |
| 1941 | + | |
1942 | 1942 |
| |
1943 | 1943 |
| |
1944 | 1944 |
| |
|
0 commit comments
Comments
(0)