summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/Makefile
diff options
context:
space:
mode:
authorBruce Momjian1998-06-16 07:18:16 +0000
committerBruce Momjian1998-06-16 07:18:16 +0000
commit0d8e7f6381291b85ad6264365e01143357d70a75 (patch)
tree0113af20145b697f3a4b6a67407eebcc1f16705b /src/backend/storage/buffer/Makefile
parent7784312f99180de9630630c03df35418e26ecb99 (diff)
Here is the long awaited optimized version of the S_LOCK patch.
This incorporates all the precedeing patches and emailed suggestions and the results of the performance testing I posted last week. I would like to get this tested on as many platforms as possible so I can verify it went in correctly (as opposed to the horrorshow last time I sent in a patch). Once this is confirmed, I will make a tarball of files that can be dropped into a 6.3.2 source tree as a few people have asked for this in 6.3.2 as well. David Gould
Diffstat (limited to 'src/backend/storage/buffer/Makefile')
-rw-r--r--src/backend/storage/buffer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/buffer/Makefile b/src/backend/storage/buffer/Makefile
index 8626500a05f..298cdbb8d50 100644
--- a/src/backend/storage/buffer/Makefile
+++ b/src/backend/storage/buffer/Makefile
@@ -4,7 +4,7 @@
# Makefile for storage/buffer
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/storage/buffer/Makefile,v 1.10 1998/05/04 16:58:37 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/storage/buffer/Makefile,v 1.11 1998/06/16 07:18:15 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -27,7 +27,7 @@ clean:
rm -f SUBSYS.o $(OBJS) s_lock_test
s_lock_test: s_lock.c
- $(CC) $(CFLAGS) -DS_LOCK_TEST=1 -g s_lock.c -o s_lock_test
+ $(CC) $(CFLAGS) -DS_LOCK_TEST=1 s_lock.c -o s_lock_test
./s_lock_test
ifeq (depend,$(wildcard depend))