python - be: Add IsArray macro.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Add IsArray macro.
Date: 2005-06-19 19:35:21
Message-ID: 20050619193521.92CA81125BAE@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add IsArray macro. (Doesn't check if it's a "real" array)

Modified Files:
--------------
be/include/pypg:
type.h (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/type.h.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-06-19 19:39:36 python - be: Default free to false.
Previous Message James William Pye 2005-06-19 19:33:31 python - be: Explicitly set the appropriate type id in the Datum Tuple.