
Up to [pgFoundry] / python / be
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 9 14:51:49 2007 UTC (5 years, 1 month ago) by jwp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (unified)
Comments, apparently, can't be on the same line. -DDEBUG# is not desired. *sigh*
Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 9 07:51:50 2007 UTC (5 years, 1 month ago) by jwp
Branch: MAIN
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (unified)
Don't turn on assert checking by default. Currently, Postgres Assert() is used. If the target Postgres was not compiled with asserts as well, there will be a missing symbol.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 27 00:29:59 2007 UTC (5 years, 2 months ago) by jwp
Branch: MAIN
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (unified)
Turn on assert checking by default.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Dec 16 00:32:17 2004 UTC (7 years, 5 months ago) by flaw
Branch: FINAL
CVS Tags: R031,
R030,
R020,
R010,
INIT
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (unified)
import 'imp' into 'be' This is done to improve comprehension as fe[frontend] will be imported soon. Now that there is work on both a backend and a frontend, imp was slightly ambigious(perhaps was before as well). 'be' is significantly more descriptive. Some small changes and file moves for were done to help improve history and to reorganize a tad while we are working with a fresh repo.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 16 00:32:17 2004 UTC (7 years, 5 months ago) by flaw
Branch: MAIN
Initial revision