Skip to content

Commit c110678

Browse files
committed
Remove useless unary plus.
It's harmless, but might confuse readers. Seems to have been introduced in 6bc8ef0. Back-patch, just to avoid cosmetic cross-branch differences. Amit Langote
1 parent 0589371 commit c110678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/init/postinit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ InitializeMaxBackends(void)
498498

499499
/* the extra unit accounts for the autovacuum launcher */
500500
MaxBackends = MaxConnections + autovacuum_max_workers + 1 +
501-
+max_worker_processes;
501+
max_worker_processes;
502502

503503
/* internal error because the values were all checked previously */
504504
if (MaxBackends > MAX_BACKENDS)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy