forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2ef6f11
committed
Reduce running time of jsonb_sqljson test
The test created a 1m row table in order to test parallel operation ofJSON_VALUE. However, this was more than were needed for the test, sosave time by halving it, and also by making the table unlogged.Experimentation shows that this size is only a little above the numberrequired to generate the expected output.Per gripe from Andres FreundDiscussion:https://postgr.es/m/20220406022118.3ocqvhxr6kciw5am@alap3.anarazel.de1 parent01effb1 commit2ef6f11
File tree
2 files changed
+6
-6
lines changed- src/test/regress
- expected
- sql
2 files changed
+6
-6
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2088 | 2088 |
| |
2089 | 2089 |
| |
2090 | 2090 |
| |
2091 |
| - | |
| 2091 | + | |
2092 | 2092 |
| |
2093 |
| - | |
| 2093 | + | |
2094 | 2094 |
| |
2095 | 2095 |
| |
2096 | 2096 |
| |
| |||
2103 | 2103 |
| |
2104 | 2104 |
| |
2105 | 2105 |
| |
2106 |
| - | |
| 2106 | + | |
2107 | 2107 |
| |
2108 | 2108 |
| |
2109 | 2109 |
| |
| |||
2121 | 2121 |
| |
2122 | 2122 |
| |
2123 | 2123 |
| |
2124 |
| - | |
| 2124 | + | |
2125 | 2125 |
| |
2126 | 2126 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
948 | 948 |
| |
949 | 949 |
| |
950 | 950 |
| |
951 |
| - | |
| 951 | + | |
952 | 952 |
| |
953 |
| - | |
| 953 | + | |
954 | 954 |
| |
955 | 955 |
| |
956 | 956 |
| |
|
0 commit comments
Comments
(0)