- Nov 01, 2024
-
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
Most of the server tests fail on 32-bit arches with the message "test process exited with exit code 2" and I don’t know why. I think that PostgreSQL 17 is currently broken on them, but I don’t have the time or motivation to investigate it further at this moment (why would anyone run PostgreSQL on 32-bit...?). Tracked in #16582
-
It cannot be built against older libpq, so we have to build it as the default version right away. ld: ../../../src/fe_utils/libpgfeutils.a(connect_utils.o): in function `disconnectDatabase': connect_utils.c:(.text+0x35d): undefined reference to `PQcancelCreate' ld: connect_utils.c:(.text+0x369): undefined reference to `PQcancelBlocking' ld: connect_utils.c:(.text+0x372): undefined reference to `PQcancelFinish' Co-Authored-By:
Jakub Jirutka <jakub@jirutka.cz>
-
Jakub Jirutka authored
Related to !72853 (comment 451057)
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
This should fix build of kernels. ref: https://lists.busybox.net/pipermail/busybox/2024-October/090982.html ref: https://lists.busybox.net/pipermail/busybox/2024-October/090996.html
-
Most tab completions are written to stderr but some were written to stdout which sometimes lead to output written in the wrong places. Fixes #16566
-
No reference to tests in CMakeLists.txt, no test files. Avoids `No tests were found!!!` error causing build failure with abuild 3.14.0. Ref: #16519
-
Jingyun Hua authored
fix error: numpy/arrayobject.h: No such file or directory
-
- Oct 31, 2024
-
-
Jake Buchholz Göktürk authored
-
Jake Buchholz Göktürk authored
-
Jakub Jirutka authored
This fixes bug introduced in ee6121a7. ee6121a7 (comment 451446)
-
-