mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@@ -344,9 +344,9 @@ retry:
|
||||
}
|
||||
|
||||
/*
|
||||
* We don't allow to invoke more sync workers once we have reached the sync
|
||||
* worker limit per subscription. So, just return silently as we might get
|
||||
* here because of an otherwise harmless race condition.
|
||||
* We don't allow to invoke more sync workers once we have reached the
|
||||
* sync worker limit per subscription. So, just return silently as we
|
||||
* might get here because of an otherwise harmless race condition.
|
||||
*/
|
||||
if (OidIsValid(relid) && nsyncworkers >= max_sync_workers_per_subscription)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user