forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit57bab33
committed
meson: catch up to a few configure changes
I (Andres) missed a few recent changes to configure when merginge692727 "meson: Add initial version of meson based build system". Mirrorthe changes in-ec3c9cc "Add definition pg_attribute_aligned() for MSVC"-b086a47 "Bump minimum version of Bison to 2.3"-8b878bf "Bump minimum version of Flex to 2.5.35"As MSVC does not implement 128 bit integers, the oversight of not usingpg_attribute_aligned() should not have current practical consequences. But ofcourse the code from c.h should still be correctly mirrored.I (Andres) also hadn't implemented the minimum perl version check. Added thatnow.Reported-by: Junwang Zhao <zhjwpku@gmail.com>Author: Junwang Zhao <zhjwpku@gmail.com>Author: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/CAEG8a3K9c87EwAwmdOgmS0Li1J6P_7r-Uc0-zN6cJtrMr7VvPg@mail.gmail.com1 parentcba4e78 commit57bab33
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
319 |
| - | |
320 |
| - | |
| 319 | + | |
| 320 | + | |
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
| |||
864 | 864 |
| |
865 | 865 |
| |
866 | 866 |
| |
867 |
| - | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
868 | 871 |
| |
869 | 872 |
| |
870 | 873 |
| |
| |||
1458 | 1461 |
| |
1459 | 1462 |
| |
1460 | 1463 |
| |
| 1464 | + | |
| 1465 | + | |
1461 | 1466 |
| |
1462 | 1467 |
| |
1463 | 1468 |
| |
|
0 commit comments
Comments
(0)