Files
CMake/Modules/FindPostgreSQL.cmake
Alexey Edelev f254e67bf6 FindPostgreSQL: Do not require pg_type.h
In systems where PostgreSQL has separate developer packages for
server and client libraries `PostgreSQL_TYPE_INCLUDE_DIR` is not
specified. According to initial logic server part was not required
but was accidentally added to `REQUIRED_VARS` during the migration to
`find_package_handle_standard_args`.

Fixes: #17223
2021-01-04 14:36:59 -05:00

12 KiB