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
ff84c98a
Commit
ff84c98a
authored
May 29, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup.
parent
212c905e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/backend/postmaster/postmaster.c
src/backend/postmaster/postmaster.c
+5
-5
No files found.
src/backend/postmaster/postmaster.c
View file @
ff84c98a
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.7
8 1998/05/29 17:00:09
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.7
9 1998/05/29 17:10:07
momjian Exp $
*
*
* NOTES
* NOTES
*
*
...
@@ -208,13 +208,13 @@ static void pmdie(SIGNAL_ARGS);
...
@@ -208,13 +208,13 @@ static void pmdie(SIGNAL_ARGS);
static
void
reaper
(
SIGNAL_ARGS
);
static
void
reaper
(
SIGNAL_ARGS
);
static
void
dumpstatus
(
SIGNAL_ARGS
);
static
void
dumpstatus
(
SIGNAL_ARGS
);
static
void
CleanupProc
(
int
pid
,
int
exitstatus
);
static
void
CleanupProc
(
int
pid
,
int
exitstatus
);
static
int
DoBackend
(
Port
*
port
);
static
int
DoBackend
(
Port
*
port
);
static
void
ExitPostmaster
(
int
status
);
static
void
ExitPostmaster
(
int
status
);
static
void
usage
(
const
char
*
);
static
void
usage
(
const
char
*
);
static
int
ServerLoop
(
void
);
static
int
ServerLoop
(
void
);
static
int
BackendStartup
(
Port
*
port
);
static
int
BackendStartup
(
Port
*
port
);
static
void
readStartupPacket
(
char
*
arg
,
PacketLen
len
,
char
*
pkt
);
static
void
readStartupPacket
(
char
*
arg
,
PacketLen
len
,
char
*
pkt
);
static
int
initMasks
(
fd_set
*
rmask
,
fd_set
*
wmask
);
static
int
initMasks
(
fd_set
*
rmask
,
fd_set
*
wmask
);
static
void
RandomSalt
(
char
*
salt
);
static
void
RandomSalt
(
char
*
salt
);
#ifdef CYR_RECODE
#ifdef CYR_RECODE
...
...
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