From d2898f36adba175783ec55ca58ad8b4262ab8db8 Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Wed, 13 Jun 2018 07:12:03 -0400 Subject: [PATCH] profiles/desc/postgres_targets.desc: Add postgres12 --- profiles/desc/postgres_targets.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/desc/postgres_targets.desc b/profiles/desc/postgres_targets.desc index 284f4bc00929..464cb04702d5 100644 --- a/profiles/desc/postgres_targets.desc +++ b/profiles/desc/postgres_targets.desc @@ -3,10 +3,10 @@ # This file contains descriptions of POSTGRES_TARGETS USE_EXPAND flags. -postgres9_2 - Build against PostgreSQL 9.2 postgres9_3 - Build against PostgreSQL 9.3 postgres9_4 - Build against PostgreSQL 9.4 postgres9_5 - Build against PostgreSQL 9.5 postgres9_6 - Build against PostgreSQL 9.6 postgres10 - Build against PostgreSQL 10 postgres11 - Build against PostgreSQL 11 +postgres12 - Build against PostgreSQL 12 -- 2.26.2