diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/c.h | 6 | ||||
| -rw-r--r-- | src/include/storage/ipc.h | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/include/c.h b/src/include/c.h index c072643d52..08d5ad1d2e 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.41 1998/06/20 04:34:31 momjian Exp $ + * $Id: c.h,v 1.42 1998/06/23 15:35:46 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -779,8 +779,8 @@ extern char *form(const char *fmt,...); * we distribute to other sites. * ---------------- */ -#ifdef SEQUOIA -#define MAIN_MEMORY +#ifdef NOT_USED +#define STABLE_MEMORY_STORAGE #endif diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h index 5bb8b45eb6..1327b2d170 100644 --- a/src/include/storage/ipc.h +++ b/src/include/storage/ipc.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: ipc.h,v 1.25 1998/05/29 17:00:26 momjian Exp $ + * $Id: ipc.h,v 1.26 1998/06/23 15:35:48 momjian Exp $ * * NOTES * This file is very architecture-specific. This stuff should actually @@ -112,9 +112,9 @@ typedef enum _LockId_ LOCKMGRLOCKID, SINVALLOCKID, -#ifdef MAIN_MEMORY +#ifdef STABLE_MEMORY_STORAGE MMCACHELOCKID, -#endif /* MAIN_MEMORY */ +#endif PROCSTRUCTLOCKID, FIRSTFREELOCKID @@ -143,9 +143,9 @@ typedef enum _LockId_ LOCKMGRLOCKID, SINVALLOCKID, -#ifdef MAIN_MEMORY +#ifdef STABLE_MEMORY_STORAGE MMCACHELOCKID, -#endif /* MAIN_MEMORY */ +#endif PROCSTRUCTLOCKID, OIDGENLOCKID, |
