pgsql: Minor kibitzing on previous patch: no need to run check more than - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Minor kibitzing on previous patch: no need to run check more than
Date
Msg-id 20100708190011.1936E7541D4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Install safeguard against running PL/Python 2 and 3 in the same
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Translation updates for 9.0beta3