summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier2025-11-12 00:02:27 +0000
committerMichael Paquier2025-11-12 00:02:27 +0000
commit79cd66f28c65abbdc0ed695a9583a530fe6ece14 (patch)
treee23b9f873160fba38488c609cff5310c27e765fe /src
parent6956bca515e2a07a16c6d68b208766e97b275ddc (diff)
Add check for large files in meson.buildHEADmaster
A similar check existed in the MSVC scripts that have been removed in v17 by 1301c80b2167, but nothing of the kind was checked in meson when building with a 4-byte off_t. This commit adds a check to fail the builds when trying to use a relation file size higher than 1GB when off_t is 4 bytes, like ./configure, rather than detecting these failures at runtime because the code is not able to handle large files in this case. Backpatch down to v16, where meson has been introduced. Discussion: https://postgr.es/m/[email protected] Backpatch-through: 16
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions