Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 6deae87

Browse files
committed
Merge branch 'a002-pg12' into 'master'
fix: 12 pg version See merge request postgres-ai/postgres-checkup!426
2 parents 9e86d71 + d29691a commit 6deae87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pghrep/src/checkup/cfg/cfg.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ type Config struct {
3131
const POSTGRES_RELEASES_URL string = "https://git.postgresql.org/gitweb/?p=postgresql.git;a=tags"
3232
const RELEASE_CODE = "REL"
3333

34-
// TODO(anatoly): Fill up 12 version on release or load this information automatically.
3534
var versionsDefault map[string]Version = map[string]Version{
35+
"12": Version{
36+
FirstRelease: "2019-10-03",
37+
FinalRelease: "2024-11-14",
38+
MinorVersions: []int{0},
39+
},
3640
"11": Version{
3741
FirstRelease: "2018-10-18",
3842
FinalRelease: "2023-11-09",

0 commit comments

Comments
 (0)