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

Commitaa62f7f

Browse files
committed
Add x86_64 support for spinlocks.
Jeffrey W. Baker
1 parent7cb4278 commitaa62f7f

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-2002, PostgreSQL Global Development Group
6464
* Portions Copyright (c) 1994, Regents of the University of California
6565
*
66-
* $Id: s_lock.h,v 1.108 2003/06/24 23:19:11 momjian Exp $
66+
* $Id: s_lock.h,v 1.109 2003/06/24 23:20:08 momjian Exp $
6767
*
6868
*-------------------------------------------------------------------------
6969
*/
@@ -94,7 +94,7 @@
9494
*/
9595

9696

97-
#if defined(__i386__)|| defined(__x86_64__)
97+
#if defined(__i386__)|| defined(__x86_64__)
9898
#defineTAS(lock) tas(lock)
9999

100100
static __inline__int

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp