diff options
author | Bruce Momjian <bruce@momjian.us> | 1996-11-14 00:26:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1996-11-14 00:26:23 +0000 |
commit | 25b4ca42840fa57abab7ba832926e6783b9ad8a3 (patch) | |
tree | 277c11be22715a7db97a551d379708c7fffed230 | |
parent | 07a65b22554d54455de5bc791a48fb0542f48791 (diff) | |
download | postgresql-25b4ca42840fa57abab7ba832926e6783b9ad8a3.tar.gz postgresql-25b4ca42840fa57abab7ba832926e6783b9ad8a3.zip |
Added percentage to CASSERT comment.
-rw-r--r-- | src/Makefile.global | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index 0b5464b65d9..4622818704b 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.66 1996/11/13 11:43:04 bryanh Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.67 1996/11/14 00:26:23 momjian Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -138,7 +138,7 @@ OIDNAMELEN= 36 # Use -Werror to stop the compile when any warnings occur COPT= -O #-Werror -# Commenting out CASSERT will make things go a LOT faster, but you will +# Commenting out CASSERT will make things go about 10% faster, but you will # also loose a lot of useful error-checking. CASSERT= true |