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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor kibitzing on previous patch: no need to run check more than
Date: 2010-07-08 19:00:11
Message-ID: 20100708190011.1936E7541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.)

Modified Files:
--------------
pgsql/src/pl/plpython:
plpython.c (r1.147 -> r1.148)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.147&r2=1.148)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2010-07-08 21:32:28 pgsql: Translation updates for 9.0beta3
Previous Message Peter Eisentraut 2010-07-08 18:42:12 pgsql: Install safeguard against running PL/Python 2 and 3 in the same