Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf7fca96

Browse files
committed
Fix #error message to mention renamed option --disable-spinlocks.
1 parent3e4b208 commitf7fca96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/storage/s_lock.h

Lines changed: 2 additions & 2 deletions
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.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 $
6767
*
6868
*-------------------------------------------------------------------------
6969
*/
@@ -540,7 +540,7 @@ extern slock_t wc_tas(volatile slock_t *lock);
540540
#else/* HAS_TEST_AND_SET */
541541

542542
#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.
544544
#endif
545545

546546
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp