We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f79db commit 14b9f69Copy full SHA for 14b9f69
src/pl/plpython/plpython.c
@@ -265,9 +265,9 @@ PG_FUNCTION_INFO_V1(plpython_inline_handler);
265
266
/* most of the remaining of the declarations, all static */
267
268
-/* these should only be called once at the first call
269
- * of plpython_call_handler. initialize the python interpreter
270
- * and global data.
+/*
+ * These should only be called once from _PG_init. Initialize the
+ * Python interpreter and global data.
271
*/
272
static void PLy_init_interp(void);
273
static void PLy_init_plpy(void);
0 commit comments