diff options
| author | Federico Di Gregorio <fog@initd.org> | 2007-01-16 12:03:29 +0000 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2007-01-16 12:03:29 +0000 |
| commit | 5c425f5294c4ddda49143f4a519b999717396303 (patch) | |
| tree | 10b7a975b5bbe77948eb1e18be3f9976cc6a7f4d /setup.cfg | |
| parent | 8c2c72a48aed48a297266c8ecbee0ff9fd613894 (diff) | |
| download | psycopg2-5c425f5294c4ddda49143f4a519b999717396303.tar.gz | |
Check for Python errors during copy (closes: #134).
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_DEBUG,PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3 # 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 |
