Skip to content
  • Ben Boeckel's avatar
    FindPostgreSQL: extract the actual version number · 575e2cc3
    Ben Boeckel authored
    The `PG_VERSION` variable can be mangled by distributions to indicate
    things like the name of the distro and package build numbers.
    
    However, `PG_VERSION_NUM` is new in 8.2 (2006), so keep the old
    extraction code around for old versions.
    575e2cc3