forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit88f48b5
committed
Stabilize postgres_fdw regression tests.
The new test cases added in commit8bf58c0 turn out to have outputthat can vary depending on the lc_messages setting prevailing on thetest server. Hide the remote end's error messages to ensure stableoutput. This isn't a terribly desirable solution; we'd rather knowthat the connection failed for the expected reason and not some otherone. But there seems little choice for the moment.Per buildfarm.Discussion:https://postgr.es/m/18419.1500658570@sss.pgh.pa.us1 parent063ff92 commit88f48b5
File tree
2 files changed
+6
-2
lines changed- contrib/postgres_fdw
- expected
- sql
2 files changed
+6
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
| 195 | + | |
| 196 | + | |
195 | 197 |
| |
196 | 198 |
| |
197 | 199 |
| |
| |||
201 | 203 |
| |
202 | 204 |
| |
203 | 205 |
| |
204 |
| - | |
205 | 206 |
| |
206 | 207 |
| |
207 | 208 |
| |
| |||
219 | 220 |
| |
220 | 221 |
| |
221 | 222 |
| |
222 |
| - | |
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
| |||
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
| 231 | + | |
231 | 232 |
| |
232 | 233 |
| |
233 | 234 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
| 199 | + | |
| 200 | + | |
199 | 201 |
| |
200 | 202 |
| |
201 | 203 |
| |
| |||
214 | 216 |
| |
215 | 217 |
| |
216 | 218 |
| |
| 219 | + | |
217 | 220 |
| |
218 | 221 |
| |
219 | 222 |
| |
|
0 commit comments
Comments
(0)