orafce - orafce: Add bitand() and fix regression tests.

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: orafce - orafce: Add bitand() and fix regression tests.
Date: 2008-10-07 01:35:49
Message-ID: 20081007013549.D44E317ADE11@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add bitand() and fix regression tests.

Modified Files:
--------------
orafce:
README.orafunc (r1.28 -> r1.29)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/README.orafunc.diff?r1=1.28&r2=1.29)
orafunc.sql.in (r1.43 -> r1.44)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc.sql.in.diff?r1=1.43&r2=1.44)
orafce/expected:
orafunc.out (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/expected/orafunc.out.diff?r1=1.13&r2=1.14)
orafce/sql:
orafunc.sql (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/sql/orafunc.sql.diff?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-07 01:47:55 pgsql: Improve parser error location for cases where an INSERT or UPDATE
Previous Message User Jbcooley 2008-10-07 00:55:54 npgsql - Npgsql2: Test for GetFieldType with arrays.