Skip to content
Snippets Groups Projects
Commit 14b9f69c authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix wrong comment

Hitoshi Harada
parent 81f79dbf
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment