summaryrefslogtreecommitdiffstats
path: root/Tests/FindPostgreSQL
Commit message (Collapse)AuthorAgeFilesLines
* FindPostgreSQL: Add server componentAlexey Edelev2021-01-151-1/+1
| | | | | | | Require the server-specific artifacts only if the Server component is requested. Issue: #17223
* FindPostgreSQL: support version encoding used in pre-10 releasesBen Boeckel2019-11-041-3/+12
| | | | | | | | | With the 10.x release, PostgreSQL upstream started encoding the version as `MMmmmm` where `M` is major and `m` is minor. Prior to that, `MMmmPP` was used where `P` was the patch number. Detect this difference and decode it based on the used encoding. Fixes: #19912
* Tests/FindPostgreSQL: add a test for FindPostgreSQLBen Boeckel2018-11-013-0/+41