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
e3736d2c
Commit
e3736d2c
authored
25 years ago
by
Tatsuo Ishii
Browse files
Options
Downloads
Patches
Plain Diff
Add installtion of postmaster.opts.default.
parent
b680d5be
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bin/initdb/initdb.sh
+5
-1
5 additions, 1 deletion
src/bin/initdb/initdb.sh
with
5 additions
and
1 deletion
src/bin/initdb/initdb.sh
+
5
−
1
View file @
e3736d2c
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.7
6
1999/12/2
0
0
5:39:40 momjian
Exp $
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.7
7
1999/12/2
2
0
4:23:31 ishii
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -321,6 +321,7 @@ PG_HBA_SAMPLE="$PGLIB"/pg_hba.conf.sample
...
@@ -321,6 +321,7 @@ PG_HBA_SAMPLE="$PGLIB"/pg_hba.conf.sample
TEMPLATE_DESCR
=
"
$PGLIB
"
/local1_template1.description
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
PG_POSTMASTER_OPTS_DEFAULT_SAMPLE
=
"
$PGLIB
"
/postmaster.opts.default.sample
for
PREREQ_FILE
in
"
$TEMPLATE
"
"
$GLOBAL
"
"
$PG_HBA_SAMPLE
"
for
PREREQ_FILE
in
"
$TEMPLATE
"
"
$GLOBAL
"
"
$PG_HBA_SAMPLE
"
do
do
...
@@ -433,6 +434,7 @@ then
...
@@ -433,6 +434,7 @@ then
cp
"
$PG_HBA_SAMPLE
"
"
$PGDATA
"
/pg_hba.conf
||
exit_nicely
cp
"
$PG_HBA_SAMPLE
"
"
$PGDATA
"
/pg_hba.conf
||
exit_nicely
cp
"
$PG_GEQO_SAMPLE
"
"
$PGDATA
"
/pg_geqo.sample
||
exit_nicely
cp
"
$PG_GEQO_SAMPLE
"
"
$PGDATA
"
/pg_geqo.sample
||
exit_nicely
cp
"
$PG_POSTMASTER_OPTS_DEFAULT_SAMPLE
"
"
$PGDATA
"
/postmaster.opts.default
||
exit_nicely
echo
"Adding template1 database to pg_database"
echo
"Adding template1 database to pg_database"
...
@@ -556,6 +558,8 @@ echo "VACUUM ANALYZE" \
...
@@ -556,6 +558,8 @@ echo "VACUUM ANALYZE" \
echo
echo
echo
"
$CMDNAME
completed successfully. You can now start the database server."
echo
"
$CMDNAME
completed successfully. You can now start the database server."
echo
"(
$PGPATH
/postmaster -D
$PGDATA
)"
echo
"(
$PGPATH
/postmaster -D
$PGDATA
)"
echo
"or"
echo
"(
$PGPATH
/pg_ctl -D
$PGDATA
start)"
echo
echo
exit
0
exit
0
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