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

Commit c119c55

Browse files
committed
Improve message wording for spinlocks-missing compilation error.
1 parent bb06cbd commit c119c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/s_lock.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
6464
* Portions Copyright (c) 1994, Regents of the University of California
6565
*
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 $
6767
*
6868
*-------------------------------------------------------------------------
6969
*/
@@ -540,7 +540,7 @@ extern slock_t wc_tas(volatile slock_t *lock);
540540
#else /* HAS_TEST_AND_SET */
541541

542542
#ifdef HAVE_SPINLOCKS
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.
543+
#error PostgreSQL does not have native spinlock support on this platform. To continue the compilation, rerun configure using --disable-spinlocks. However, performance will be poor. Please report this to pgsql-bugs@postgresql.org.
544544
#endif
545545

546546
/*

0 commit comments

Comments
 (0)