Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
cfef6ef4
Commit
cfef6ef4
authored
Jun 23, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanups
parent
a1a6fd73
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
src/backend/storage/ipc/ipc.c
src/backend/storage/ipc/ipc.c
+2
-2
src/backend/storage/ipc/shmem.c
src/backend/storage/ipc/shmem.c
+1
-2
src/backend/storage/ipc/spin.c
src/backend/storage/ipc/spin.c
+1
-2
No files found.
src/backend/storage/ipc/ipc.c
View file @
cfef6ef4
/*-------------------------------------------------------------------------
/*-------------------------------------------------------------------------
*
* ipc.c--
* POSTGRES inter-process communication definitions.
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.2
5 1998/06/19 02:55:10
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.2
6 1998/06/23 16:04:46
momjian Exp $
*
* NOTES
*
...
...
src/backend/storage/ipc/shmem.c
View file @
cfef6ef4
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.2
0 1998/06/15 19:29:14
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.2
1 1998/06/23 16:04:46
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -511,7 +511,6 @@ ShmemInitStruct(char *name, unsigned long size, bool *foundPtr)
*
foundPtr
=
FALSE
;
return
((
long
*
)
ShmemAlloc
(
size
));
}
else
{
...
...
src/backend/storage/ipc/spin.c
View file @
cfef6ef4
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.1
2 1998/06/23 15:35:44
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.1
3 1998/06/23 16:04:46
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -62,7 +62,6 @@ InitSpinLocks(int init, IPCKey key)
#ifdef STABLE_MEMORY_STORAGE
extern
SPINLOCK
MMCacheLock
;
#endif
/* These six spinlocks have fixed location is shmem */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment