From bfd7f8cbb2ddf8c48ac310a80d33c951087c12c4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 5 Mar 2011 15:13:15 -0500 Subject: Make plpythonu language use plpython2 shared library directly. The original scheme for this was to symlink plpython.$DLSUFFIX to plpython2.$DLSUFFIX, but that doesn't work on Windows, and only accidentally failed to fail because of the way that CREATE LANGUAGE created or didn't create new C functions. My changes of yesterday exposed the weakness of that approach. To fix, get rid of the symlink and make pg_pltemplate show what's really going on. --- doc/src/sgml/plpython.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 0aa5159e2b7..ba785e9a531 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -148,8 +148,9 @@ Daredevils, who want to build a Python-3-only operating system - environment, can change the build scripts to - make plpythonu be equivalent + environment, can change the contents of + pg_pltemplate + to make plpythonu be equivalent to plpython3u, keeping in mind that this would make their installation incompatible with most of the rest of the world. -- cgit v1.2.3