thread safety for pgsql?

This commit is contained in:
DubbleClick 2025-06-07 20:50:54 +07:00
parent a3025479e7
commit 0b8543e6dd

View File

@ -91,7 +91,7 @@ trait postgresql
->execWithEnv(
"{$envs} ../configure " .
"--prefix={$builddir} " .
'--disable-thread-safety ' .
($this->builder->getOption('enable-zts') ? '--enable-thread-safety ' : '--disable-thread-safety ') .
'--enable-coverage=no ' .
'--with-ssl=openssl ' .
'--with-readline ' .