forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1beb3ac
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 parent1785ac8 commit1beb3ac
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 |
| - | |
| 161 | + | |
| 162 | + | |
162 | 163 |
| |
163 | 164 |
| |
164 | 165 |
| |
|
0 commit comments
Comments
(0)