We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af53205 commit df1aa39Copy full SHA for df1aa39
pg_wait_sampling.c
@@ -114,6 +114,10 @@ get_max_procs_count(void)
114
count += MaxConnections + autovacuum_max_workers + 1
115
+ max_worker_processes;
116
117
+#if PG_VERSION_NUM >= 140000 && defined(PGPRO_EE)
118
+ count += MaxATX;
119
+#endif
120
+
121
/*
122
* Starting with pg12, wal senders aren't part of MaxConnections anymore
123
* and have to be accounted for.
0 commit comments