|
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.113 2003/09/12 16:10:27 momjian Exp $ |
| 66 | + * $Id: s_lock.h,v 1.114 2003/09/29 04:20:22 momjian 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 |
| -#error This platform does not support native spinlocks. To continue the compile, rerun configure using --without-spinlocks. However, performance will be poor. Please report this to pgsql-bugs@postgresql.org. |
| 543 | +#error This platform does not support native spinlocks. To continue the compile, 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 | /*
|
|