forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0c3fc09
committed
postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS
The roles created by regression test should have names starting with"regress_", and the test introduced in commit411ae64 did not do that.Per buildfarm member longfin.Discussion:https://postgr.es/m/73fc5ae4-3c54-1262-4533-f8c547de2e60@oss.nttdata.com1 parent6adc537 commit0c3fc09
File tree
2 files changed
+24
-24
lines changed- contrib/postgres_fdw
- expected
- sql
2 files changed
+24
-24
lines changedLines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9267 | 9267 |
| |
9268 | 9268 |
| |
9269 | 9269 |
| |
9270 |
| - | |
9271 |
| - | |
9272 |
| - | |
9273 |
| - | |
9274 |
| - | |
9275 |
| - | |
| 9270 | + | |
| 9271 | + | |
| 9272 | + | |
| 9273 | + | |
| 9274 | + | |
| 9275 | + | |
9276 | 9276 |
| |
9277 | 9277 |
| |
9278 | 9278 |
| |
9279 | 9279 |
| |
9280 | 9280 |
| |
9281 | 9281 |
| |
9282 | 9282 |
| |
9283 |
| - | |
9284 |
| - | |
| 9283 | + | |
| 9284 | + | |
9285 | 9285 |
| |
9286 | 9286 |
| |
9287 | 9287 |
| |
| |||
9312 | 9312 |
| |
9313 | 9313 |
| |
9314 | 9314 |
| |
9315 |
| - | |
9316 |
| - | |
9317 |
| - | |
9318 |
| - | |
| 9315 | + | |
| 9316 | + | |
| 9317 | + | |
| 9318 | + | |
9319 | 9319 |
| |
9320 | 9320 |
| |
9321 | 9321 |
| |
|
Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2801 | 2801 |
| |
2802 | 2802 |
| |
2803 | 2803 |
| |
2804 |
| - | |
2805 |
| - | |
2806 |
| - | |
2807 |
| - | |
| 2804 | + | |
| 2805 | + | |
| 2806 | + | |
| 2807 | + | |
2808 | 2808 |
| |
2809 |
| - | |
2810 |
| - | |
| 2809 | + | |
| 2810 | + | |
2811 | 2811 |
| |
2812 | 2812 |
| |
2813 | 2813 |
| |
2814 |
| - | |
2815 |
| - | |
| 2814 | + | |
| 2815 | + | |
2816 | 2816 |
| |
2817 | 2817 |
| |
2818 | 2818 |
| |
| |||
2827 | 2827 |
| |
2828 | 2828 |
| |
2829 | 2829 |
| |
2830 |
| - | |
2831 |
| - | |
2832 |
| - | |
2833 |
| - | |
| 2830 | + | |
| 2831 | + | |
| 2832 | + | |
| 2833 | + | |
2834 | 2834 |
| |
2835 | 2835 |
| |
2836 | 2836 |
| |
|
0 commit comments
Comments
(0)