summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-11-29 12:01:46 +0000
committerFederico Di Gregorio <fog@initd.org>2005-11-29 12:01:46 +0000
commit3937ea3ece11e5b1f38a24f119bc16e40530d886 (patch)
tree67acdebe480a783660e935b9949cd41a39dfb16d /scripts
parent4261bc33713a9aa1931d366377bc518da60dd5d2 (diff)
downloadpsycopg2-3937ea3ece11e5b1f38a24f119bc16e40530d886.tar.gz
Added aync.txt to distribution.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/maketypes.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/maketypes.sh b/scripts/maketypes.sh
index 3ce5a62..ab133c1 100644
--- a/scripts/maketypes.sh
+++ b/scripts/maketypes.sh
@@ -37,8 +37,5 @@ echo -n generating typecast_builtins.c ...
awk '/#define .+OID/ {print $2 " " $3}' "$PGTYPE" | \
python $SCRIPTSDIR/buildtypes.py >$SRCDIR/typecast_builtins.c
echo " done"
-#echo -n generating pgversion.h ...
-#echo "#define PG_VERSION_MAJOR $PGMAJOR" >$SRCDIR/pgversion.h
-#echo "#define PG_VERSION_MINOR $PGMINOR" >>$SRCDIR/pgversion.h
-#echo " done"
+