Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sExC1-005Fus-71 for pgsql-general@arkaria.postgresql.org; Wed, 05 Jun 2024 20:25:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sExC0-00BKcz-UD for pgsql-general@arkaria.postgresql.org; Wed, 05 Jun 2024 20:25:08 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sExC0-00BKcr-JJ for pgsql-general@lists.postgresql.org; Wed, 05 Jun 2024 20:25:08 +0000 Received: from mail-yb1-xb2d.google.com ([2607:f8b0:4864:20::b2d]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1sExBt-000Aj1-Dl for pgsql-general@lists.postgresql.org; Wed, 05 Jun 2024 20:25:07 +0000 Received: by mail-yb1-xb2d.google.com with SMTP id 3f1490d57ef6-dfa584ea2ffso249537276.1 for ; Wed, 05 Jun 2024 13:25:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1717619099; x=1718223899; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=AGsxhCxNN2dleysZ3XVHIxOepAby40hc0kAViQxLMXw=; b=j7gGLP51ziWARwdg1QrujewOLKJUkBbxfohiMupn08HM0I0V94/Y7Ys7n6Qk/T6mkQ fbB1aqv55XTIy2LkDat/Q0hHYjllSwiZjT8F8LX1/twsvLe4DGcj99iMD5LXDkgxyprX KePDFc4llwwWvkh9oeAxpEgE6Csxroih/rOgqqhGWoGyPBWqbMaXxPPaGwLjYrIsSRIX biq5oeoFVKouRvOG+WvO4BiufCX+fIM58wlgycJz96ITTxl3w45vrac27njLLDx5b8PP FsmYDJQGf9Qwd+7rvwMu0brPIVntA7nF01VOlrtDaoVILohnCG/IhWKs/dYGQMpqjCDS VpBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717619099; x=1718223899; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=AGsxhCxNN2dleysZ3XVHIxOepAby40hc0kAViQxLMXw=; b=xMvj4MU8Q/F+ttsrktjyG2Tc+YwtWECoLpd2GT/8jIZENrxTxhDz4hVJ9j38/C8rTp hCkzqUGB/8FAGyRUpC76wwLptIx9RnwR4ob1AuuKvcds98LkN6+gA9Che551JZ2FcCdA g52Yg6OPd6Nn1h2p/9B1gJUQWlIThg9L6kynfSjZo0AHrP+4k41EDKuUrPnVE+/z3+x3 G3FQmiWgLZlHCXeQT2uaRQtWCfSW+/jl5owre3hXeCko3MUsw1DcEdX2v/ZwbnTNa+J0 gGi/B5W3gGag/bZY6tCibE6rslKxXF5ACDmCW5to2SIrFT/JTr8orkVEtmfA9wNFcAjD 64VQ== X-Gm-Message-State: AOJu0YzE8XOyQg9Ayo450xm3bj35ybnOyc/HJmQ4bj74gFSqJCQxpz0Q vPPNGAa1vFk5RFyzTeb8rA5kUqGqp/ivVuyc7kIv3mqUkwmwBC4hNZdz9rnT6ikiCjhyVK3ezVm JGKCnT/gU9y47dATERDToR37lW6dzM85J X-Google-Smtp-Source: AGHT+IFdhBJ1BLIsFJK8py8Cm+7PrpExXfjO4e2ZoWnQ+UqKPrmilVwZXcdODU4DHc1GT+KOFXBIblNhAdkttcE7o2Q= X-Received: by 2002:a25:9388:0:b0:dfa:58ab:6c0c with SMTP id 3f1490d57ef6-dfacac613e8mr3953471276.36.1717619099194; Wed, 05 Jun 2024 13:24:59 -0700 (PDT) MIME-Version: 1.0 From: bruno vieira da silva Date: Wed, 5 Jun 2024 16:24:48 -0400 Message-ID: Subject: how to tell if a pg version supports a linux distribution To: pgsql-general@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000445bff061a2a5c1e" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000445bff061a2a5c1e Content-Type: text/plain; charset="UTF-8" Hello, if a pg version has been tested on the buildfarm but the pg yum repository doesn't have packages for a linux distribution that means that distribution isn't supported by pg? how can I find if linux distributions for a pg version have regression tests executed against. e.g. : postgresql 16 doesn't have packages on yum for centos 7 but I can find tests on the buildfarm for it. https://buildfarm.postgresql.org/index.html Thanks -- Bruno Vieira da Silva --000000000000445bff061a2a5c1e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello, if a pg version has been tested on the buildfarm bu= t the pg yum repository doesn't have packages for a linux distribution = that means that distribution isn't supported by pg? how can I find if l= inux distributions for a pg version have=C2=A0regression tests executed aga= inst.

e.g. : postgresql 16 doesn't have packages on yum fo= r centos 7 but I can find tests on the buildfarm for it.


Thanks

--
Bruno Vieira da Silva
--000000000000445bff061a2a5c1e--