forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6adc537
committed
postgres_fdw: Stabilize regression test for postgres_fdw_disconnect_all().
The regression test added in commit411ae64 caused buildfarm failures.The cause of them was that the order of warning messages output in the testwas not stable. To fix this, this commit sets client_min_messages to ERRORtemporarily when performing the test generating those warnings.Per buildfarm failures.Discussion:https://postgr.es/m/2147113.1611644754@sss.pgh.pa.us1 parent411ae64 commit6adc537
File tree
2 files changed
+6
-3
lines changed- contrib/postgres_fdw
- expected
- sql
2 files changed
+6
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9216 | 9216 |
| |
9217 | 9217 |
| |
9218 | 9218 |
| |
| 9219 | + | |
| 9220 | + | |
9219 | 9221 |
| |
9220 |
| - | |
9221 |
| - | |
9222 |
| - | |
9223 | 9222 |
| |
9224 | 9223 |
| |
9225 | 9224 |
| |
9226 | 9225 |
| |
9227 | 9226 |
| |
| 9227 | + | |
9228 | 9228 |
| |
9229 | 9229 |
| |
9230 | 9230 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2779 | 2779 |
| |
2780 | 2780 |
| |
2781 | 2781 |
| |
| 2782 | + | |
| 2783 | + | |
2782 | 2784 |
| |
| 2785 | + | |
2783 | 2786 |
| |
2784 | 2787 |
| |
2785 | 2788 |
| |
|
0 commit comments
Comments
(0)