forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8021770
committed
Further stabilize postgres_fdw test.
The queries involving ft1_nopw don't stably return the same rowanymore. I surmise that an autovacuum hitting "S 1"."T 1"right after the updates introduced byf61db90/5843659d0 freedsome space, changing where subsequent insertions get stored.It's only by good luck that these results were stable before,though, since a LIMIT without ORDER BY isn't well defined,and it's not like we've ever treated that table as append-onlyin this test script.Since we only really care whether these commands succeed or not,just replace "SELECT *" with "SELECT 1".Report:https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2021-06-23%2019%3A52%3A081 parent9b8ed0f commit8021770
File tree
2 files changed
+18
-18
lines changed- contrib/postgres_fdw
- expected
- sql
2 files changed
+18
-18
lines changedLines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9225 | 9225 |
| |
9226 | 9226 |
| |
9227 | 9227 |
| |
9228 |
| - | |
| 9228 | + | |
9229 | 9229 |
| |
9230 | 9230 |
| |
9231 | 9231 |
| |
| |||
9244 | 9244 |
| |
9245 | 9245 |
| |
9246 | 9246 |
| |
9247 |
| - | |
| 9247 | + | |
9248 | 9248 |
| |
9249 | 9249 |
| |
9250 | 9250 |
| |
9251 | 9251 |
| |
9252 | 9252 |
| |
9253 | 9253 |
| |
9254 | 9254 |
| |
9255 |
| - | |
| 9255 | + | |
9256 | 9256 |
| |
9257 | 9257 |
| |
9258 | 9258 |
| |
| |||
9261 | 9261 |
| |
9262 | 9262 |
| |
9263 | 9263 |
| |
9264 |
| - | |
9265 |
| - | |
9266 |
| - | |
9267 |
| - | |
| 9264 | + | |
| 9265 | + | |
| 9266 | + | |
| 9267 | + | |
9268 | 9268 |
| |
9269 | 9269 |
| |
9270 | 9270 |
| |
| |||
9281 | 9281 |
| |
9282 | 9282 |
| |
9283 | 9283 |
| |
9284 |
| - | |
| 9284 | + | |
9285 | 9285 |
| |
9286 | 9286 |
| |
9287 | 9287 |
| |
9288 | 9288 |
| |
9289 | 9289 |
| |
9290 |
| - | |
9291 |
| - | |
9292 |
| - | |
9293 |
| - | |
| 9290 | + | |
| 9291 | + | |
| 9292 | + | |
| 9293 | + | |
9294 | 9294 |
| |
9295 | 9295 |
| |
9296 | 9296 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2746 | 2746 |
| |
2747 | 2747 |
| |
2748 | 2748 |
| |
2749 |
| - | |
| 2749 | + | |
2750 | 2750 |
| |
2751 | 2751 |
| |
2752 | 2752 |
| |
| |||
2764 | 2764 |
| |
2765 | 2765 |
| |
2766 | 2766 |
| |
2767 |
| - | |
| 2767 | + | |
2768 | 2768 |
| |
2769 | 2769 |
| |
2770 | 2770 |
| |
2771 | 2771 |
| |
2772 | 2772 |
| |
2773 |
| - | |
| 2773 | + | |
2774 | 2774 |
| |
2775 | 2775 |
| |
2776 | 2776 |
| |
| |||
2780 | 2780 |
| |
2781 | 2781 |
| |
2782 | 2782 |
| |
2783 |
| - | |
| 2783 | + | |
2784 | 2784 |
| |
2785 | 2785 |
| |
2786 | 2786 |
| |
| |||
2794 | 2794 |
| |
2795 | 2795 |
| |
2796 | 2796 |
| |
2797 |
| - | |
| 2797 | + | |
2798 | 2798 |
| |
2799 | 2799 |
| |
2800 | 2800 |
| |
2801 | 2801 |
| |
2802 | 2802 |
| |
2803 |
| - | |
| 2803 | + | |
2804 | 2804 |
| |
2805 | 2805 |
| |
2806 | 2806 |
| |
|
0 commit comments
Comments
(0)