]> granicus.if.org Git - postgresql/commit
Add NUMERICOID return type. Treat it as floating point for now. This
authorD'Arcy J.M. Cain <darcy@druid.net>
Sun, 27 May 2001 08:24:52 +0000 (08:24 +0000)
committerD'Arcy J.M. Cain <darcy@druid.net>
Sun, 27 May 2001 08:24:52 +0000 (08:24 +0000)
commit52350c7ad965d856da74514f89b88ce4ffbd18e7
treed9c58d21a0fd5dc22bb0a7a7aa9cebca9394d4b1
parent97c7db2e15f8d87f0a26fb46b8b22411f722c456
Add NUMERICOID return type.  Treat it as floating point for now.  This
could be changed if we create a new Python type that matches it better
but NUMERIC <==> FLOAT probably works fine for most cases.
src/interfaces/python/pgmodule.c