Commit a82184b
authored
Drop stray Postgres 12 support in cargo-pgrx (pgcentralfoundation#2173)
Stop filtering `.control` fields Postgres 12 would not recognize. It is
unnecessary in the Postgres 13 to Postgres 18 support window, and
complicates the logic by requiring more parameters in `copy_file` and
thus its callers.
This simplification is also an incremental step towards addressing
pgcentralfoundation#2152 (comment)1 parent ba37a4e commit a82184b
1 file changed
Lines changed: 1 addition & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
217 | 216 | | |
218 | 217 | | |
219 | 218 | | |
220 | | - | |
221 | 219 | | |
222 | 220 | | |
223 | 221 | | |
| |||
246 | 244 | | |
247 | 245 | | |
248 | 246 | | |
249 | | - | |
250 | 247 | | |
251 | 248 | | |
252 | 249 | | |
| |||
268 | 265 | | |
269 | 266 | | |
270 | 267 | | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
| 268 | + | |
276 | 269 | | |
277 | 270 | | |
278 | 271 | | |
| |||
404 | 397 | | |
405 | 398 | | |
406 | 399 | | |
407 | | - | |
408 | 400 | | |
409 | 401 | | |
410 | 402 | | |
| |||
573 | 565 | | |
574 | 566 | | |
575 | 567 | | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
0 commit comments