forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9ca40dc
committed
Add support for LZ4 build in MSVC scripts
Since its introduction inbbe0a81, compression of table data supportsLZ4, but nothing had been done within the MSVC scripts to allow users tobuild the code with this library.This commit closes the gap by extending the MSVC scripts to be able tobuild optionally with LZ4. Getting libraries that can be used forcompilation and execution is possible as LZ4 can be compiled down toMSVC 2010 using its source tarball. MinGW may require extra efforts tobe able to work, and I have been able to test this only with MSVC, stillthis is better than nothing to give users a way to test the feature onWindows.Author: Dilip KumarReviewed-by: Michael PaquierDiscussion:https://postgr.es/m/YJPdNeF68XpwDDki@paquier.xyz1 parent049e1e2 commit9ca40dc
File tree
3 files changed
+23
-0
lines changed- doc/src/sgml
- src/tools/msvc
3 files changed
+23
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
307 | 317 |
| |
308 | 318 |
| |
309 | 319 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
535 | 535 |
| |
536 | 536 |
| |
537 | 537 |
| |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
538 | 544 |
| |
539 | 545 |
| |
540 | 546 |
| |
| |||
1054 | 1060 |
| |
1055 | 1061 |
| |
1056 | 1062 |
| |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
1057 | 1068 |
| |
1058 | 1069 |
| |
1059 | 1070 |
| |
| |||
1165 | 1176 |
| |
1166 | 1177 |
| |
1167 | 1178 |
| |
| 1179 | + | |
1168 | 1180 |
| |
1169 | 1181 |
| |
1170 | 1182 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
|
0 commit comments
Comments
(0)