diff options
| author | Federico Di Gregorio <fog@initd.org> | 2006-06-11 05:09:59 +0000 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2006-06-11 05:09:59 +0000 |
| commit | 07be5df8811fce89ef4519a87eae7da0c7f98dec (patch) | |
| tree | cb7608afbd4dbd898af21c51097e833ed6bc40e5 /setup.cfg | |
| parent | 0ce52078713846d8874959df896f81c9aeea7aac (diff) | |
| download | psycopg2-07be5df8811fce89ef4519a87eae7da0c7f98dec.tar.gz | |
Fix for #93.
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [build_ext] -define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3 +define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG # PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this) # PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower) # HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.3 |
