python - be: Fix array creation.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Fix array creation.
Date: 2005-05-03 07:48:55
Message-ID: 20050503074855.D17961126005@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix array creation.
The result is of the array type, not the typelem type.
Revealed a bug where the Array creation routine did not properly trap error, fix
coming soon.

Modified Files:
--------------
be/src:
type.c (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-03 16:51:00 pgsql: Change tsearch2 to not use the unsafe practice of creating
Previous Message Dennis Bjorklund 2005-05-03 06:28:24 pgsql: Fix a whitespace problem.