diff options
author | Peter Eisentraut | 2013-11-10 14:20:52 +0000 |
---|---|---|
committer | Peter Eisentraut | 2013-11-10 19:48:29 +0000 |
commit | 001e114b8d59f4eaf2a314a2bc5e57078afdf82f (patch) | |
tree | 606fa622be346ef917886a29aea7e17383e00d31 /src/backend/postmaster | |
parent | dca09ac53329e92d73f45674957c26d3d7ae5117 (diff) |
Fix whitespace issues found by git diff --check, add gitattributes
Set per file type attributes in .gitattributes to fine-tune whitespace
checks. With the associated cleanups, the tree is now clean for git
Diffstat (limited to 'src/backend/postmaster')
-rw-r--r-- | src/backend/postmaster/bgworker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/postmaster/bgworker.c b/src/backend/postmaster/bgworker.c index 48edbb4e30c..bca23809273 100644 --- a/src/backend/postmaster/bgworker.c +++ b/src/backend/postmaster/bgworker.c @@ -877,7 +877,7 @@ GetBackgroundWorkerPid(BackgroundWorkerHandle *handle, pid_t *pidp) /* * Wait for a background worker to start up. - * + * * This is like GetBackgroundWorkerPid(), except that if the worker has not * yet started, we wait for it to do so; thus, BGWH_NOT_YET_STARTED is never * returned. However, if the postmaster has died, we give up and return |