Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit14b9f69

Browse files
committed
Fix wrong comment
Hitoshi Harada
1 parent81f79db commit14b9f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/pl/plpython/plpython.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ PG_FUNCTION_INFO_V1(plpython_inline_handler);
265265

266266
/* most of the remaining of the declarations, all static */
267267

268-
/* these should only be called once at the first call
269-
*of plpython_call_handler. initialize the python interpreter
270-
* and global data.
268+
/*
269+
*These should only be called once from _PG_init. Initialize the
270+
*Python interpreterand global data.
271271
*/
272272
staticvoidPLy_init_interp(void);
273273
staticvoidPLy_init_plpy(void);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp