~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Federico Di Gregorio
  • Date: 2007-09-19 13:39:48 UTC
  • Revision ID: fog-10ac3c3a9634bc9f19ed31725d276fa79127f1c1
Aggressive threading on fetch (and a new bug!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[build_ext]
2
 
define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
 
2
define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG
3
3
# PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
4
4
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)
5
5
# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.4