diff options
| author | Federico Di Gregorio <fog@initd.org> | 2007-04-11 04:16:00 +0000 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2007-04-11 04:16:00 +0000 |
| commit | 2a6b523506b64d6949cd46d64a2a76014922de7f (patch) | |
| tree | fd51b922c74183c0857f322260286069db77d808 /setup.cfg | |
| parent | d6f2aa27b7f760e745cc718773183641bd9915ed (diff) | |
| download | psycopg2-2a6b523506b64d6949cd46d64a2a76014922de7f.tar.gz | |
Fixed crash and win32 patches.
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.4 |
