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
f08e8ae7
Commit
f08e8ae7
authored
Dec 18, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initdb cleanup
parent
a08eb45c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
src/bin/initdb/initdb.sh
src/bin/initdb/initdb.sh
+6
-5
No files found.
src/bin/initdb/initdb.sh
View file @
f08e8ae7
#!/bin/sh
#
set -x
set
-x
#-------------------------------------------------------------------------
#
# initdb.sh--
...
...
@@ -27,7 +27,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.7
2 1999/12/18 02:56:0
1 momjian Exp $
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.7
3 1999/12/18 03:21:2
1 momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -322,7 +322,8 @@ TEMPLATE_DESCR="$PGLIB"/local1_template1.description
GLOBAL_DESCR
=
"
$PGLIB
"
/global1.description
PG_GEQO_SAMPLE
=
"
$PGLIB
"
/pg_geqo.sample
for
PREREQ_FILE
in
"
$TEMPLATE
"
"
$GLOBAL
"
"
$PG_HBA_SAMPLE
"
;
do
for
PREREQ_FILE
in
"
$TEMPLATE
"
"
$GLOBAL
"
"
$PG_HBA_SAMPLE
"
do
if
[
!
-f
"
$PREREQ_FILE
"
]
then
echo
"
$CMDNAME
does not find the file '
$PREREQ_FILE
'."
...
...
@@ -338,9 +339,9 @@ if [ "$template_only" -eq 0 ]
then
[
"
$debug
"
-ne
0
]
&&
echo
"
$CMDNAME
: Using
$GLOBAL
as input to create the global classes."
[
"
$debug
"
-ne
0
]
&&
echo
"
$CMDNAME
: Using
$PG_HBA_SAMPLE
as default authentication control file."
fi
fi
trap
'echo "Caught signal." ; exit_nicely'
SIGINT SIGTERM
trap
'echo "Caught signal." ; exit_nicely'
1 2 3 15
# -----------------------------------------------------------------------
...
...
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