pgsql: Use different function names for plpython3 handlers, to avoid

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use different function names for plpython3 handlers, to avoid
Date: 2010-06-29 00:18:12
Message-ID: 20100629001812.01FDC7541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use different function names for plpython3 handlers, to avoid clashes in
pg_pltemplate

This should have a catversion bump, but it's still being debated whether
it's worth it during beta.

Modified Files:
--------------
pgsql/src/include/catalog:
pg_pltemplate.h (r1.13 -> r1.14)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_pltemplate.h?r1=1.13&r2=1.14)
pgsql/src/pl/plpython:
plpython.c (r1.144 -> r1.145)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.144&r2=1.145)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2010-06-29 04:12:49 pgsql: Message tuning
Previous Message Peter Eisentraut 2010-06-29 00:03:40 pgsql: Add note clarifying that XML fragments don't accept DTDs per