Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
f08e8ae7
Commit
f08e8ae7
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
initdb cleanup
parent
a08eb45c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bin/initdb/initdb.sh
+6
-5
6 additions, 5 deletions
src/bin/initdb/initdb.sh
with
6 additions
and
5 deletions
src/bin/initdb/initdb.sh
+
6
−
5
View file @
f08e8ae7
#!/bin/sh
#!/bin/sh
#
set -x
set
-x
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
#
#
# initdb.sh--
# initdb.sh--
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.7
2
1999/12/18 0
2:56:0
1 momjian Exp $
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.7
3
1999/12/18 0
3:21:2
1 momjian Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -322,7 +322,8 @@ TEMPLATE_DESCR="$PGLIB"/local1_template1.description
...
@@ -322,7 +322,8 @@ TEMPLATE_DESCR="$PGLIB"/local1_template1.description
GLOBAL_DESCR
=
"
$PGLIB
"
/global1.description
GLOBAL_DESCR
=
"
$PGLIB
"
/global1.description
PG_GEQO_SAMPLE
=
"
$PGLIB
"
/pg_geqo.sample
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
"
]
if
[
!
-f
"
$PREREQ_FILE
"
]
then
then
echo
"
$CMDNAME
does not find the file '
$PREREQ_FILE
'."
echo
"
$CMDNAME
does not find the file '
$PREREQ_FILE
'."
...
@@ -338,9 +339,9 @@ if [ "$template_only" -eq 0 ]
...
@@ -338,9 +339,9 @@ if [ "$template_only" -eq 0 ]
then
then
[
"
$debug
"
-ne
0
]
&&
echo
"
$CMDNAME
: Using
$GLOBAL
as input to create the global classes."
[
"
$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."
[
"
$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
# -----------------------------------------------------------------------
# -----------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment