forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf44b9b6
committed
Fix rare failure in LDAP tests.
Instead of writing a query to psql's stdin, use -c. This avoids afailure where psql exits before we write, seen a few times on the buildfarm. Thanks to Tom Lane for the suggestion.Back-patch to 11, where the LDAP tests arrived.Reviewed-by: Noah Misch <noah@leadboat.com>Discussion:https://postgr.es/m/CA%2BhUKGLFmW%2BHQYPeKiwSp5sdFFHtFViCpw4Mh6yAgEx74r5-Cw%40mail.gmail.com1 parent63e9aa6 commitf44b9b6
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
| 168 | + | |
| 169 | + | |
169 | 170 |
| |
170 | 171 |
| |
171 | 172 |
| |
|
0 commit comments
Comments
(0)