Edit

IABSD.fr/ports/databases/postgresql/pkg/README-plpython

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2013-10-15 02:18:16
    Hash : 6fe1722a
    Message : Major update to 9.3.0. As usual, a dump/restore is required. Add plpython subpackage. Move some contrib module .so files to the contrib subpackage. OK pea@ (MAINTAINER), bulk testing by landry@

  • databases/postgresql/pkg/README-plpython
  • pl/python requires pthreads in order to work.  OpenBSD does not allow
    shared objects that link to pthreads to be opened via dlopen if the
    executable program does not link to pthreads.  So to use pl/python, you
    must ensure that PostgreSQL links to libpthread.  The easiest way to do
    this is adding the following login class to login.conf:
    
    postgresql:\
            :setenv=LD_PRELOAD=libpthread.so:\
            :tc=daemon: