-
Notifications
You must be signed in to change notification settings - Fork 69
Commit bbf5a65
Adapt pg_pathman for PG 11.
I kinda lost interest to exorcise a couple of tests further in attempts to make
them pass on all supported versions and just added copies. These are
* pathman_expressions now differs because planner converts ROW(Const, Const) to
just Const of record type.
* Same with pathman_rebuild_updates.
I have removed inclusion of partition_filter.h in pg_compat.h in 9.5 as it
created circular dependency hell. I think it is not worthwhile to fight with it
since the only thing actually needed was error message, which is used in this
single place.
Small typo fix in partitioning_test.py: con2.begin instead of con1.begin.
Finally, run python tests with --failfast and --verbose options.1 parent 2133015 commit bbf5a65
File tree
26 files changed
+799
-89
lines changed- expected
- sql
- src
- compat
- include
- compat
- tests/python
26 files changed
+799
-89
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
1 | 7 |
| |
2 | 8 |
| |
3 | 9 |
| |
| |||
160 | 166 |
| |
161 | 167 |
| |
162 | 168 |
| |
163 | - | ||
164 | - | ||
169 | + | ||
170 | + | ||
165 | 171 |
| |
166 | 172 |
| |
167 | 173 |
| |
168 | 174 |
| |
169 | - | ||
175 | + | ||
170 | 176 |
| |
171 | 177 |
| |
172 | 178 |
| |
173 | - | ||
174 | - | ||
179 | + | ||
180 | + | ||
175 | 181 |
| |
176 | 182 |
| |
177 | - | ||
183 | + | ||
178 | 184 |
| |
179 | - | ||
185 | + | ||
180 | 186 |
| |
181 | - | ||
187 | + | ||
182 | 188 |
| |
183 | - | ||
189 | + | ||
184 | 190 |
| |
185 | 191 |
| |
186 | 192 |
| |
187 | - | ||
188 | - | ||
193 | + | ||
194 | + | ||
189 | 195 |
| |
190 | 196 |
| |
191 | - | ||
192 | 197 |
| |
193 | - | ||
194 | 198 |
| |
195 | - | ||
196 | - | ||
197 | - | ||
198 | - | ||
199 | + | ||
200 | + | ||
199 | 201 |
| |
200 | 202 |
| |
201 | 203 |
| |
|
0 commit comments