Re: pl/python refactoring
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Hitoshi Harada <umi.tanuki@gmail.com>
Cc: Jan Urbański <wulczer@wulczer.org>, Postgres - Hackers <pgsql-hackers@postgresql.org>
Date: 2011-01-20T20:38:33Z
Lists: pgsql-hackers
On ons, 2011-01-19 at 10:06 +0900, Hitoshi Harada wrote: > - This is not in the patch, but around line 184 "vis versa" in comment > seems like typo. Fixed. > - A line break should be added before PLy_add_exception() after "static void" I'll add that when I get to the patch. > - This is also not in the patch, but the comment > /* these should only be called once at the first call > * of plpython_call_handler. initialize the python interpreter > * and global data. > */ > is bogus. PLy_init_interp() is called in _PG_init(). Fixed.