npgsql - Npgsql2: change multiset value to read from type rather than - Mailing list pgsql-committers

From jbcooley@pgfoundry.org (User Jbcooley)
Subject npgsql - Npgsql2: change multiset value to read from type rather than
Date
Msg-id 20080903014606.3601E17AE731@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
change multiset value to read from type rather than attribute.  Also fixed functions, function parameters and procedure
parametersto no longer depend on pg_attribute.  This corrected the parameter generations and drastically improved
performance.

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlSchema.ssdl (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlSchema.ssdl.diff?r1=1.6&r2=1.7)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Prevent memory leaks in our various bison parsers when an error
Next
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: removed object hooks and replaced them with