summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2008-05-27 17:40:19 +0200
committerFederico Di Gregorio <fog@initd.org>2008-05-27 17:40:19 +0200
commit5a428642f86d31e8493379dee6ef8d6c55201891 (patch)
treefc222561c1cc352eac24666561f7320cb4e4ac15 /setup.cfg
parent607319331410a21111965727ebea9ac1d9dd8f23 (diff)
downloadpsycopg2-5a428642f86d31e8493379dee6ef8d6c55201891.tar.gz
COPY problem tests and partial fix
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index cdc5efb..26c5693 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[build_ext]
-define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
+define=PSYCOPG_EXTENSIONS,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