pgsql: Fix ./configure checks with __cpuidex() and __cpuid()

2025-07-29 Thread Michael Paquier
Fix ./configure checks with __cpuidex() and __cpuid() The configure checks used two incorrect functions when checking the presence of some routines in an environment: - __get_cpuidex() for the check of __cpuidex(). - __get_cpuid() for the check of __cpuid(). This means that Postgres has never been

pgsql: Fix ./configure checks with __cpuidex() and __cpuid()

2025-07-29 Thread Michael Paquier
Fix ./configure checks with __cpuidex() and __cpuid() The configure checks used two incorrect functions when checking the presence of some routines in an environment: - __get_cpuidex() for the check of __cpuidex(). - __get_cpuid() for the check of __cpuid(). This means that Postgres has never been

pgsql: Fix ./configure checks with __cpuidex() and __cpuid()

2025-07-29 Thread Michael Paquier
Fix ./configure checks with __cpuidex() and __cpuid() The configure checks used two incorrect functions when checking the presence of some routines in an environment: - __get_cpuidex() for the check of __cpuidex(). - __get_cpuid() for the check of __cpuid(). This means that Postgres has never been

pgsql: Fix ./configure checks with __cpuidex() and __cpuid()

2025-07-29 Thread Michael Paquier
Fix ./configure checks with __cpuidex() and __cpuid() The configure checks used two incorrect functions when checking the presence of some routines in an environment: - __get_cpuidex() for the check of __cpuidex(). - __get_cpuid() for the check of __cpuid(). This means that Postgres has never been

pgsql: Fix ./configure checks with __cpuidex() and __cpuid()

2025-07-29 Thread Michael Paquier
Fix ./configure checks with __cpuidex() and __cpuid() The configure checks used two incorrect functions when checking the presence of some routines in an environment: - __get_cpuidex() for the check of __cpuidex(). - __get_cpuid() for the check of __cpuid(). This means that Postgres has never been

pgsql: Fix ./configure checks with __cpuidex() and __cpuid()

2025-07-29 Thread Michael Paquier
Fix ./configure checks with __cpuidex() and __cpuid() The configure checks used two incorrect functions when checking the presence of some routines in an environment: - __get_cpuidex() for the check of __cpuidex(). - __get_cpuid() for the check of __cpuid(). This means that Postgres has never been

pgsql: Fix ./configure checks with __cpuidex() and __cpuid()

2025-07-29 Thread Michael Paquier
Fix ./configure checks with __cpuidex() and __cpuid() The configure checks used two incorrect functions when checking the presence of some routines in an environment: - __get_cpuidex() for the check of __cpuidex(). - __get_cpuid() for the check of __cpuid(). This means that Postgres has never been