Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2011-01-20 20:04:36 +0000
committerPeter Eisentraut2011-01-20 20:04:36 +0000
commit14b9f69cb2077c65a09df78d167d45c35b1d7973 (patch)
treed47b0ac743d87ba55db4b6815f2f322000ddab30 /src/pl/plpython/plpython.c
parent81f79dbf2e551978300ee85d42026e26f932089a (diff)
Fix wrong comment
Hitoshi Harada
Diffstat (limited to 'src/pl/plpython/plpython.c')
-rw-r--r--src/pl/plpython/plpython.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pl/plpython/plpython.c b/src/pl/plpython/plpython.c
index 0e2c688f82f..370f4f7ea28 100644
--- a/src/pl/plpython/plpython.c
+++ b/src/pl/plpython/plpython.c
@@ -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);