aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/s_lock.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-03-14 16:03:33 +0000
committerBruce Momjian <bruce@momjian.us>1999-03-14 16:03:33 +0000
commitaba8c12f679c2324fa42e718beab8e9d57409102 (patch)
treead8d1616fae148f4965555490450fda011b1694c /src/backend/storage/buffer/s_lock.c
parente94fffc1c1c822b16b82dcf7dab8d82ed2625d3d (diff)
downloadpostgresql-aba8c12f679c2324fa42e718beab8e9d57409102.tar.gz
postgresql-aba8c12f679c2324fa42e718beab8e9d57409102.zip
We have tested the patches on three platforms:
NetBSD/macppc LinuxPPC FreeBSD 2.2.6-RELEASE All of them seem happy with the regression test. Note that, however, compiling with optimization enabled on NetBSD/macppc causes an initdb failure (other two platforms are ok). After checking the asm code, we are suspecting that might be a compiler(egcs) bug. Tatsuo Ishii
Diffstat (limited to 'src/backend/storage/buffer/s_lock.c')
-rw-r--r--src/backend/storage/buffer/s_lock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/storage/buffer/s_lock.c b/src/backend/storage/buffer/s_lock.c
index 10b649f3ef6..788d67dae55 100644
--- a/src/backend/storage/buffer/s_lock.c
+++ b/src/backend/storage/buffer/s_lock.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.17 1999/02/13 23:18:02 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.18 1999/03/14 16:03:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -118,7 +118,7 @@ _success: \n\
#endif /* __m68k__ */
-#if defined(PPC)
+#if defined(__powerpc__)
/* Note: need a nice gcc constrained asm version so it can be inlined */
static void
tas_dummy()
@@ -140,7 +140,7 @@ success: \n\
");
}
-#endif /* PPC */
+#endif /* __powerpc__ */
#if defined(__mips)
static void