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
4c0343d4
Commit
4c0343d4
authored
12 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
initdb: Improve some messages
parent
4d679611
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.c
+3
-2
3 additions, 2 deletions
src/bin/initdb/initdb.c
with
3 additions
and
2 deletions
src/bin/initdb/initdb.c
+
3
−
2
View file @
4c0343d4
...
...
@@ -2751,7 +2751,7 @@ usage(const char *progname)
printf
(
_
(
" -X, --xlogdir=XLOGDIR location for the transaction log directory
\n
"
));
printf
(
_
(
"
\n
Less commonly used options:
\n
"
));
printf
(
_
(
" -d, --debug generate lots of debugging output
\n
"
));
printf
(
_
(
" -k, --data-checksums data page checksums
\n
"
));
printf
(
_
(
" -k, --data-checksums
use
data page checksums
\n
"
));
printf
(
_
(
" -L DIRECTORY where to find the input files
\n
"
));
printf
(
_
(
" -n, --noclean do not clean up after errors
\n
"
));
printf
(
_
(
" -N, --nosync do not wait for changes to be written safely to disk
\n
"
));
...
...
@@ -3320,7 +3320,8 @@ warn_on_mount_point(int error)
_
(
"It contains a lost+found directory, perhaps due to it being a mount point.
\n
"
));
fprintf
(
stderr
,
_
(
"Using the top-level directory of a mount point is not recommended.
\n
"
));
_
(
"Using a mount point directly as the data directory is not recommended.
\n
"
"Create a subdirectory under the mount point.
\n
"
));
}
...
...
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