Minor kibitzing on previous patch: no need to run check more than once.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6d297e0551a2a3cc048655796230cdff5e559952
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-07-08T19:00:11Z
Releases: 9.0.0
Minor kibitzing on previous patch: no need to run check more than once.
(_PG_init should be called only once anyway, but as long as it's got an
internal guard against repeat calls, that should be in front of the
version check.)

Files

PathChange+/−
src/pl/plpython/plpython.c modified +4 −4