]> granicus.if.org Git - postgresql/commitdiff
Fix wrong comment
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 20 Jan 2011 20:04:36 +0000 (22:04 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 20 Jan 2011 20:04:36 +0000 (22:04 +0200)
Hitoshi Harada

src/pl/plpython/plpython.c

index 0e2c688f82f899ce5ba25b2af4f4880dee098433..370f4f7ea28c7717b56ce9ce78d5325ad4b02ed6 100644 (file)
@@ -265,9 +265,9 @@ PG_FUNCTION_INFO_V1(plpython_inline_handler);
 
 /* most of the remaining of the declarations, all static */
 
-/* these should only be called once at the first call
- * of plpython_call_handler.  initialize the python interpreter
- * and global data.
+/*
+ * These should only be called once from _PG_init.  Initialize the
+ * Python interpreter and global data.
  */
 static void PLy_init_interp(void);
 static void PLy_init_plpy(void);