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
c6eb5740
Commit
c6eb5740
authored
14 years ago
by
Alvaro Herrera
Browse files
Options
Downloads
Patches
Plain Diff
Fix assorted typos
parent
e05b8664
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/pg_standby/pg_standby.c
+2
-2
2 additions, 2 deletions
contrib/pg_standby/pg_standby.c
src/backend/access/transam/clog.c
+2
-2
2 additions, 2 deletions
src/backend/access/transam/clog.c
with
4 additions
and
4 deletions
contrib/pg_standby/pg_standby.c
+
2
−
2
View file @
c6eb5740
...
@@ -119,7 +119,7 @@ struct stat stat_buf;
...
@@ -119,7 +119,7 @@ struct stat stat_buf;
* accessible directory. If you want to make other assumptions,
* accessible directory. If you want to make other assumptions,
* such as using a vendor-specific archive and access API, these
* such as using a vendor-specific archive and access API, these
* routines are the ones you'll need to change. You're
* routines are the ones you'll need to change. You're
* enouraged to submit any changes to pgsql-hackers@postgresql.org
* en
c
ouraged to submit any changes to pgsql-hackers@postgresql.org
* or personally to the current maintainer. Those changes may be
* or personally to the current maintainer. Those changes may be
* folded in to later versions of this program.
* folded in to later versions of this program.
*/
*/
...
@@ -252,7 +252,7 @@ CustomizableCleanupPriorWALFiles(void)
...
@@ -252,7 +252,7 @@ CustomizableCleanupPriorWALFiles(void)
/*
/*
* Assume it's OK to keep failing. The failure situation may change
* Assume it's OK to keep failing. The failure situation may change
* over time, so we'd rather keep going on the main processing than
* over time, so we'd rather keep going on the main processing than
* fail because we couldnt clean up yet.
* fail because we couldn
'
t clean up yet.
*/
*/
if
((
xldir
=
opendir
(
archiveLocation
))
!=
NULL
)
if
((
xldir
=
opendir
(
archiveLocation
))
!=
NULL
)
{
{
...
...
This diff is collapsed.
Click to expand it.
src/backend/access/transam/clog.c
+
2
−
2
View file @
c6eb5740
...
@@ -431,8 +431,8 @@ CLOGShmemInit(void)
...
@@ -431,8 +431,8 @@ CLOGShmemInit(void)
/*
/*
* This func must be called ONCE on system install. It creates
* This func must be called ONCE on system install. It creates
* the initial CLOG segment. (The CLOG directory is assumed to
* the initial CLOG segment. (The CLOG directory is assumed to
* have been created by
the
initdb
shell script
, and CLOGShmemInit
* have been created by initdb, and CLOGShmemInit
must have been
*
must have been
called already.)
* called already.)
*/
*/
void
void
BootStrapCLOG
(
void
)
BootStrapCLOG
(
void
)
...
...
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