8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad98575 commit ab1ad7aCopy full SHA for ab1ad7a
src/backend/storage/lmgr/s_lock.c
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.43 2006/03/05 15:58:39 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.44 2006/05/11 21:58:22 tgl Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -291,15 +291,6 @@ static void
291
tas_dummy() /* really means: extern int tas(slock_t
292
* *lock); */
293
{
294
-
295
-#ifdef SUNOS_CC
296
- asm(".seg \"data\"");
297
- asm(".seg \"text\"");
298
-#else
299
- asm(".section \"data\"");
300
- asm(".section \"text\"");
301
-#endif
302
303
asm("_tas:");
304
305
/*
0 commit comments