Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit067ba2f

Browse files
author
Sergey Shinderuk
committed
Revert "[refer #PGPRO-6612] Count max procs"
We deliberately don't include max_prepared_xact and needn't includeMaxATX either. We iterate over ProcGlobal->allProcCount which doesn'tinclude them.This reverts commitdf1aa39.
1 parent57c1ecf commit067ba2f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎pg_wait_sampling.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ get_max_procs_count(void)
113113
count+=MaxConnections+autovacuum_max_workers+1
114114
+max_worker_processes;
115115

116-
#ifPG_VERSION_NUM >=140000&& defined(PGPRO_EE)
117-
count+=MaxATX;
118-
#endif
119-
120116
/*
121117
* Starting with pg12, wal senders aren't part of MaxConnections anymore
122118
* and have to be accounted for.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp