pgsql-server: Add defenses against plpython functions being declared to - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Add defenses against plpython functions being declared to
Date
Msg-id 20040919233829.A3FE2329E66@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add defenses against plpython functions being declared to take or return
pseudotypes.  Not sure why I neglected to add these checks at the same
time I added them to the other PLs, but it seems I did.

Modified Files:
--------------
    pgsql-server/src/pl/plpython:
        plpython.c (r1.56 -> r1.57)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/pl/plpython/plpython.c.diff?r1=1.56&r2=1.57)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Fix estimate_num_groups to be able to use expression-index
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql-server: Minor documentation cleanup and improvement.