pgsql: Add check for large files in meson.build

2025-11-11 Thread Michael Paquier
Add check for large files in meson.build 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 h

pgsql: Add check for large files in meson.build

2025-11-11 Thread Michael Paquier
Add check for large files in meson.build 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 h

pgsql: Add check for large files in meson.build

2025-11-11 Thread Michael Paquier
Add check for large files in meson.build 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 h

pgsql: Add check for large files in meson.build

2025-11-11 Thread Michael Paquier
Add check for large files in meson.build 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 h