forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit479b69a
committed
Set minimum required version of zstd as 1.4.0.
It emerges that our new zstd code depends on features that were notpresent (or at least not enabled by default) in zstd before 1.4.0.That's already four years old, so there's little reason to try tomake our code work with something older. Instead make configurecheck that zstd is at least 1.4.0, and document this requirement.Justin Pryzby (doc changes by me)Discussion:https://postgr.es/m/efbd94cd1102f99fd1300e44905ee4a994ee2ef6.camel@gunduz.org1 parentc1932e5 commit479b69a
3 files changed
+16
-15
lines changedLines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9092 | 9092 |
| |
9093 | 9093 |
| |
9094 | 9094 |
| |
9095 |
| - | |
9096 |
| - | |
| 9095 | + | |
| 9096 | + | |
9097 | 9097 |
| |
9098 | 9098 |
| |
9099 | 9099 |
| |
9100 | 9100 |
| |
9101 | 9101 |
| |
9102 |
| - | |
9103 |
| - | |
| 9102 | + | |
| 9103 | + | |
9104 | 9104 |
| |
9105 | 9105 |
| |
9106 | 9106 |
| |
9107 |
| - | |
| 9107 | + | |
9108 | 9108 |
| |
9109 | 9109 |
| |
9110 | 9110 |
| |
| |||
9116 | 9116 |
| |
9117 | 9117 |
| |
9118 | 9118 |
| |
9119 |
| - | |
9120 |
| - | |
| 9119 | + | |
| 9120 | + | |
9121 | 9121 |
| |
9122 | 9122 |
| |
9123 | 9123 |
| |
9124 |
| - | |
| 9124 | + | |
9125 | 9125 |
| |
9126 | 9126 |
| |
9127 | 9127 |
| |
| |||
9142 | 9142 |
| |
9143 | 9143 |
| |
9144 | 9144 |
| |
9145 |
| - | |
| 9145 | + | |
9146 | 9146 |
| |
9147 |
| - | |
| 9147 | + | |
9148 | 9148 |
| |
9149 | 9149 |
| |
9150 | 9150 |
| |
9151 | 9151 |
| |
9152 |
| - | |
| 9152 | + | |
9153 | 9153 |
| |
9154 | 9154 |
| |
9155 | 9155 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1073 | 1073 |
| |
1074 | 1074 |
| |
1075 | 1075 |
| |
1076 |
| - | |
| 1076 | + | |
1077 | 1077 |
| |
1078 | 1078 |
| |
1079 | 1079 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
| 253 | + | |
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
268 |
| - | |
| 268 | + | |
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 |
| - | |
| 277 | + | |
278 | 278 |
| |
| 279 | + | |
279 | 280 |
| |
280 | 281 |
| |
281 | 282 |
| |
|
0 commit comments
Comments
(0)