mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Add 9.2 branch to git_changelog's list.
This commit is contained in:
parent
f32609db72
commit
80491a1983
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ require IPC::Open2;
|
|||
# (We could get this from "git branches", but not worth the trouble.)
|
||||
# NB: master must be first!
|
||||
my @BRANCHES = qw(master
|
||||
REL9_1_STABLE REL9_0_STABLE
|
||||
REL9_2_STABLE REL9_1_STABLE REL9_0_STABLE
|
||||
REL8_4_STABLE REL8_3_STABLE REL8_2_STABLE REL8_1_STABLE REL8_0_STABLE
|
||||
REL7_4_STABLE REL7_3_STABLE REL7_2_STABLE REL7_1_STABLE REL7_0_PATCHES
|
||||
REL6_5_PATCHES REL6_4);
|
||||
|
|
|
|||
Loading…
Reference in a new issue