Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 25b4ca4

Browse files
committed
Added percentage to CASSERT comment.
1 parent 07a65b2 commit 25b4ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.66 1996/11/13 11:43:04 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.67 1996/11/14 00:26:23 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -138,7 +138,7 @@ OIDNAMELEN= 36
138138
# Use -Werror to stop the compile when any warnings occur
139139
COPT= -O #-Werror
140140

141-
# Commenting out CASSERT will make things go a LOT faster, but you will
141+
# Commenting out CASSERT will make things go about 10% faster, but you will
142142
# also loose a lot of useful error-checking.
143143
CASSERT= true
144144

0 commit comments

Comments
 (0)