|
63 | 63 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group |
64 | 64 | * Portions Copyright (c) 1994, Regents of the University of California |
65 | 65 | * |
66 | | - * $Id: s_lock.h,v 1.115 2003/10/10 03:58:57 momjian Exp $ |
| 66 | + * $Id: s_lock.h,v 1.116 2003/11/04 09:53:36 petere Exp $ |
67 | 67 | * |
68 | 68 | *------------------------------------------------------------------------- |
69 | 69 | */ |
@@ -540,7 +540,7 @@ extern slock_t wc_tas(volatile slock_t *lock); |
540 | 540 | #else/* HAS_TEST_AND_SET */ |
541 | 541 |
|
542 | 542 | #ifdefHAVE_SPINLOCKS |
543 | | -#errorThis platformdoes notsupport nativespinlocks. To continue thecompile, rerun configure using --disable-spinlocks. However, performance will be poor. Please report this to pgsql-bugs@postgresql.org. |
| 543 | +#errorPostgreSQLdoes nothave nativespinlock support on this platform. To continue thecompilation, rerun configure using --disable-spinlocks. However, performance will be poor. Please report this to pgsql-bugs@postgresql.org. |
544 | 544 | #endif |
545 | 545 |
|
546 | 546 | /* |
|