1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-16 15:02:33 +03:00

Move slock_t typdefs into s_lock.h from include/port files for

centralization and easier maintanence.
This commit is contained in:
Bruce Momjian
2003-12-23 03:31:30 +00:00
parent dcae5781d1
commit 69f2e9b0fc
25 changed files with 158 additions and 382 deletions

View File

@@ -16,7 +16,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/storage/lmgr/spin.c,v 1.12 2003/11/29 19:51:57 pgsql Exp $
* $PostgreSQL: pgsql/src/backend/storage/lmgr/spin.c,v 1.13 2003/12/23 03:31:30 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -25,6 +25,7 @@
#include "storage/lwlock.h"
#include "storage/pg_sema.h"
#include "storage/spin.h"
#include "storage/s_lock.h"
#ifdef HAS_TEST_AND_SET