openGauss supports plpython

This commit is contained in:
JinLiOnline
2020-10-26 23:53:37 +08:00
parent b27c38a64e
commit 043eeab8da
24 changed files with 699 additions and 274 deletions

View File

@ -51,6 +51,10 @@
/* Define to build with GSSAPI support. (--with-gssapi) */
#undef ENABLE_GSS
/* Define to build with PYTHON support. (--with-python) */
#undef ENABLE_PYTHON2
#undef ENABLE_PYTHON3
/* Define to 1 if you want National Language Support. (--enable-nls) */
#undef ENABLE_NLS