# HG changeset patch # User Sebastien Jodogne # Date 1767355454 -3600 # Node ID 3031d83a09e56f087c8ff9589ad2fc96a5b5f993 # Parent 9aa8f3f8e0ff722c55e3bbb8f8e670858adf7074 added SIZEOF_SOCKLEN_T for postgresql diff -r 9aa8f3f8e0ff -r 3031d83a09e5 Resources/CMake/PostgreSQLConfiguration.cmake --- a/Resources/CMake/PostgreSQLConfiguration.cmake Fri Jan 02 13:01:51 2026 +0100 +++ b/Resources/CMake/PostgreSQLConfiguration.cmake Fri Jan 02 13:04:14 2026 +0100 @@ -215,6 +215,7 @@ endif() check_type_size("long long" SIZEOF_LONG_LONG) + check_type_size("socklen_t" SIZEOF_SOCKLEN_T) if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") set(ALIGNOF_DOUBLE 8)