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
016212e0
Commit
016212e0
authored
14 years ago
by
Tatsuo Ishii
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in the header comment. Per request from Masao Fujii.
parent
8de14adc
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/backend/replication/walreceiver.c
+2
-2
2 additions, 2 deletions
src/backend/replication/walreceiver.c
with
2 additions
and
2 deletions
src/backend/replication/walreceiver.c
+
2
−
2
View file @
016212e0
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
* When the startup process determines that it's time to start streaming,
* When the startup process determines that it's time to start streaming,
* it instructs postmaster to start walreceiver. Walreceiver first connects
* it instructs postmaster to start walreceiver. Walreceiver first connects
*
connects
to the primary server (it will be served by a walsender process
* to the primary server (it will be served by a walsender process
* in the primary server), and then keeps receiving XLOG records and
* in the primary server), and then keeps receiving XLOG records and
* writing them to the disk as long as the connection is alive. As XLOG
* writing them to the disk as long as the connection is alive. As XLOG
* records are received and flushed to disk, it updates the
* records are received and flushed to disk, it updates the
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/replication/walreceiver.c,v 1.1
2
2010/06/0
7 15:49:30 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/replication/walreceiver.c,v 1.1
3
2010/06/0
9 00:54:39 ishii
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
...
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