mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
Fix wrong comment
Hitoshi Harada
This commit is contained in:
parent
81f79dbf2e
commit
14b9f69cb2
@ -265,9 +265,9 @@ PG_FUNCTION_INFO_V1(plpython_inline_handler);
|
|||||||
|
|
||||||
/* most of the remaining of the declarations, all static */
|
/* 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
|
* These should only be called once from _PG_init. Initialize the
|
||||||
* and global data.
|
* Python interpreter and global data.
|
||||||
*/
|
*/
|
||||||
static void PLy_init_interp(void);
|
static void PLy_init_interp(void);
|
||||||
static void PLy_init_plpy(void);
|
static void PLy_init_plpy(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user