Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

ltree_plpython.c

Blame
    • Andrew Gierth's avatar
      f1ca5a65
      Fix out-of-tree build for transform modules. · f1ca5a65
      Andrew Gierth authored
      Neither plperl nor plpython installed sufficient header files to
      permit transform modules to be built out-of-tree using PGXS. Fix that
      by installing all plperl and plpython header files (other than those
      with special purposes such as generated data tables), and also install
      plpython's special .mk file for mangling regression tests.
      
      (This commit does not fix the windows install, which does not
      currently install _any_ plperl or plpython headers.)
      
      Also fix the existing transform modules for hstore and ltree so that
      their cross-module #include directives work as anticipated by commit
      df163230 et seq. This allows them to serve as working examples of
      how to reference other modules when doing separate out-of-tree builds.
      
      Discussion: https://postgr.es/m/87o9ej8bgl.fsf%40news-spur.riddles.org.uk
      f1ca5a65
      History
      Fix out-of-tree build for transform modules.
      Andrew Gierth authored
      Neither plperl nor plpython installed sufficient header files to
      permit transform modules to be built out-of-tree using PGXS. Fix that
      by installing all plperl and plpython header files (other than those
      with special purposes such as generated data tables), and also install
      plpython's special .mk file for mangling regression tests.
      
      (This commit does not fix the windows install, which does not
      currently install _any_ plperl or plpython headers.)
      
      Also fix the existing transform modules for hstore and ltree so that
      their cross-module #include directives work as anticipated by commit
      df163230 et seq. This allows them to serve as working examples of
      how to reference other modules when doing separate out-of-tree builds.
      
      Discussion: https://postgr.es/m/87o9ej8bgl.fsf%40news-spur.riddles.org.uk