remove obsolete README, pthread preload no longer needed, and it didn't even
make it into the PLIST anyway
This commit is contained in:
parent
2653b93eaa
commit
7d33c379f6
@ -1,15 +0,0 @@
|
||||
$OpenBSD: README-plpython,v 1.2 2015/08/03 07:42:30 kirby Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
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:
|
Loading…
Reference in New Issue
Block a user