From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC7F1158017 for ; Thu, 30 Sep 2021 17:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28663E08EF; Thu, 30 Sep 2021 17:34:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03F78E08EF for ; Thu, 30 Sep 2021 17:34:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CC79342C36 for ; Thu, 30 Sep 2021 17:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A31B107 for ; Thu, 30 Sep 2021 17:33:59 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1633023237.13715d13d5550959d5d937b49de27b51fb33f482.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/postgres_targets.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 13715d13d5550959d5d937b49de27b51fb33f482 X-VCS-Branch: master Date: Thu, 30 Sep 2021 17:33:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 48743433-cb99-47be-925b-dce5b45853fa X-Archives-Hash: 3e9156accbb02a77109bfb01c31ab402 commit: 13715d13d5550959d5d937b49de27b51fb33f482 Author: Patrick Lauer gentoo org> AuthorDate: Thu Sep 30 16:06:56 2021 +0000 Commit: 罗百科 gentoo org> CommitDate: Thu Sep 30 17:33:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13715d13 profiles/desc/postgres_targets.desc: Add postgres14 Signed-off-by: Patrick Lauer gentoo.org> profiles/desc/postgres_targets.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/postgres_targets.desc b/profiles/desc/postgres_targets.desc index a6e6798121f..39f97a1ad44 100644 --- a/profiles/desc/postgres_targets.desc +++ b/profiles/desc/postgres_targets.desc @@ -8,3 +8,4 @@ postgres10 - Build against PostgreSQL 10 postgres11 - Build against PostgreSQL 11 postgres12 - Build against PostgreSQL 12 postgres13 - Build against PostgreSQL 13 +postgres14 - Build against PostgreSQL 14