|
9 | 9 | *
|
10 | 10 | *
|
11 | 11 | * IDENTIFICATION
|
12 |
| - * $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.19 2003/12/2300:32:06 momjian Exp $ |
| 12 | + * $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.20 2003/12/2303:31:30 momjian Exp $ |
13 | 13 | *
|
14 | 14 | *-------------------------------------------------------------------------
|
15 | 15 | */
|
16 | 16 | #include"postgres.h"
|
17 | 17 |
|
18 | 18 | #include<sys/time.h>
|
19 | 19 | #include<unistd.h>
|
20 |
| - |
21 | 20 | #include"storage/s_lock.h"
|
22 | 21 |
|
23 | 22 |
|
@@ -118,6 +117,9 @@ s_lock(volatile slock_t *lock, const char *file, int line)
|
118 | 117 | * Various TAS implementations that cannot live in s_lock.h as no inline
|
119 | 118 | * definition exists (yet).
|
120 | 119 | * In the future, get rid of tas.[cso] and fold it into this file.
|
| 120 | + * |
| 121 | + * If you change something here, you have to modify s_lock.h because |
| 122 | + * the definitions for these is split between this file and s_lock.h. |
121 | 123 | */
|
122 | 124 |
|
123 | 125 |
|
|