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
24edd34d
Commit
24edd34d
authored
Dec 18, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup of initdb.sh script to be portable, at least marginally.
parent
65f694f8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
105 additions
and
79 deletions
+105
-79
src/bin/initdb/Makefile
src/bin/initdb/Makefile
+2
-3
src/bin/initdb/initdb.sh
src/bin/initdb/initdb.sh
+103
-76
No files found.
src/bin/initdb/Makefile
View file @
24edd34d
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.1
4 1999/12/08 10:29:39
momjian Exp $
# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.1
5 1999/12/18 02:48:53
momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -17,8 +17,7 @@ include ../../Makefile.global
all
:
initdb
initdb
:
initdb.sh
sed
-e
's/__MULTIBYTE__/
$(MULTIBYTE)
/'
\
initdb.sh
>
initdb
sed
-e
's/__MULTIBYTE__/
$(MULTIBYTE)
/'
initdb.sh
>
initdb
install
:
initdb
$(INSTALL)
$(INSTL_EXE_OPTS)
$+
$(BINDIR)
...
...
src/bin/initdb/initdb.sh
View file @
24edd34d
This diff is collapsed.
Click to expand it.
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