diff options
author | Federico Di Gregorio <fog@initd.org> | 2005-11-29 12:01:46 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2005-11-29 12:01:46 +0000 |
commit | 3937ea3ece11e5b1f38a24f119bc16e40530d886 (patch) | |
tree | 67acdebe480a783660e935b9949cd41a39dfb16d /scripts | |
parent | 4261bc33713a9aa1931d366377bc518da60dd5d2 (diff) | |
download | psycopg2-3937ea3ece11e5b1f38a24f119bc16e40530d886.tar.gz |
Added aync.txt to distribution.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/maketypes.sh | 5 |
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" + |