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
8928d4d6
Commit
8928d4d6
authored
19 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Correct spelling
parent
7f66816b
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/pg_resetxlog/pg_resetxlog.c
+5
-5
5 additions, 5 deletions
src/bin/pg_resetxlog/pg_resetxlog.c
with
5 additions
and
5 deletions
src/bin/pg_resetxlog/pg_resetxlog.c
+
5
−
5
View file @
8928d4d6
...
...
@@ -23,7 +23,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.3
5
2005/0
7/04 04:51:51 tgl
Exp $
* $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.3
6
2005/0
9/29 08:34:50 petere
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -156,7 +156,7 @@ main(int argc, char *argv[])
}
if
(
set_mxid
==
0
)
{
fprintf
(
stderr
,
_
(
"%s: multi
transaction ID (-m) must not be 0
\n
"
),
progname
);
fprintf
(
stderr
,
_
(
"%s: multitransaction ID (-m) must not be 0
\n
"
),
progname
);
exit
(
1
);
}
break
;
...
...
@@ -171,7 +171,7 @@ main(int argc, char *argv[])
}
if
(
set_mxoff
==
-
1
)
{
fprintf
(
stderr
,
_
(
"%s: multi
transaction offset (-O) must not be -1
\n
"
),
progname
);
fprintf
(
stderr
,
_
(
"%s: multitransaction offset (-O) must not be -1
\n
"
),
progname
);
exit
(
1
);
}
break
;
...
...
@@ -798,11 +798,11 @@ usage(void)
printf
(
_
(
"Options:
\n
"
));
printf
(
_
(
" -f force update to be done
\n
"
));
printf
(
_
(
" -l TLI,FILE,SEG force minimum WAL starting location for new transaction log
\n
"
));
printf
(
_
(
" -m XID set next multitransaction ID
\n
"
));
printf
(
_
(
" -n no update, just show extracted control values (for testing)
\n
"
));
printf
(
_
(
" -o OID set next OID
\n
"
));
printf
(
_
(
" -O OFFSET set next multitransaction offset
\n
"
));
printf
(
_
(
" -x XID set next transaction ID
\n
"
));
printf
(
_
(
" -m multiXID set next multi transaction ID
\n
"
));
printf
(
_
(
" -O multiOffset set next multi transaction offset
\n
"
));
printf
(
_
(
" --help show this help, then exit
\n
"
));
printf
(
_
(
" --version output version information, then exit
\n
"
));
printf
(
_
(
"
\n
Report bugs to <pgsql-bugs@postgresql.org>.
\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