Content-Length: 258931 | pFad | http://github.com/postgrespro/postgres_cluster/commit/c110678a47aac87c661785a70061e160cd17713d

3C Remove useless unary plus. · postgrespro/postgres_cluster@c110678 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/c110678a47aac87c661785a70061e160cd17713d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy