]> granicus.if.org Git - postgresql/commit
Minor kibitzing on previous patch: no need to run check more than once.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 Jul 2010 19:00:11 +0000 (19:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 Jul 2010 19:00:11 +0000 (19:00 +0000)
commit6d297e0551a2a3cc048655796230cdff5e559952
tree9431966a46cbea474453e046fce68a4500ecbad9
parent803716013dc1350f8cd97fdfca4bdffc9a52021c
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.)
src/pl/plpython/plpython.c