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

Commitb474664

Browse files
committed
Thank you for testing and reporting this. It is my fault of course,
but as I don't have access to a sparc for testing I just did whatI could. I am guessing here, but please apply the following to yourpgsql and let me know what happens. Also, cd to src/storage/bufferand do 'make s_lock_test' as well.David Gould
1 parent584f943 commitb474664

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
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.36 1998/06/16 07:18:16 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.37 1998/07/18 14:38:12 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -130,7 +130,7 @@ tas(volatile slock_t *lock)
130130

131131
__asm__("ldstub [%1], %0" \
132132
:"=r"(_res),"=m"(*lock) \
133-
:"1"(lock));
133+
:"0"(lock));
134134
return (int)_res;
135135
}
136136
#endif/* sparc */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp