Skip to content

Commit 419bda2

Browse files
committed
ConnPool excluded for ee14, ee15
1 parent bb06f2c commit 419bda2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pg_variables.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2628,9 +2628,11 @@ compatibility_check(void)
26282628
* | ee 11 | yes |
26292629
* | ee 12 | yes |
26302630
* | ee 13 | yes |
2631+
* | ee 14 | no |
2632+
* | ee 15 | no |
26312633
* ----------------------
26322634
*/
2633-
#if defined(PGPRO_EE) && PG_VERSION_NUM >= 110000
2635+
#if defined(PGPRO_EE) && PG_VERSION_NUM >= 110000 && PG_VERSION_NUM < 140000
26342636
if (!IsDedicatedBackend)
26352637
{
26362638
freeStatsLists();

0 commit comments

Comments
 (0)