mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user