Skip to content
  • Tom Lane's avatar
    4fc935a5
    Fix problems with PGXS builds against an installation tree that was · 4fc935a5
    Tom Lane authored
    relocated after installation.  We can't trust the installation paths
    inserted into Makefile.global by configure, so instead we must get the
    paths from pg_config.  This requires extending pg_config to support all
    the separately-configurable path names, but that was on TODO anyway.
    4fc935a5
    Fix problems with PGXS builds against an installation tree that was
    Tom Lane authored
    relocated after installation.  We can't trust the installation paths
    inserted into Makefile.global by configure, so instead we must get the
    paths from pg_config.  This requires extending pg_config to support all
    the separately-configurable path names, but that was on TODO anyway.
Loading