8000 Add 9.2 branch to git_changelog's list. · postgres/postgres@80491a1 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 80491a1

Browse files
committed
Add 9.2 branch to git_changelog's list.
1 parent f32609d commit 80491a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/git_changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require IPC::Open2;
3838
# (We could get this from "git branches", but not worth the trouble.)
3939
# NB: master must be first!
4040
my @BRANCHES = qw(master
41-
REL9_1_STABLE REL9_0_STABLE
41+
REL9_2_STABLE REL9_1_STABLE REL9_0_STABLE
4242
REL8_4_STABLE REL8_3_STABLE REL8_2_STABLE REL8_1_STABLE REL8_0_STABLE
4343
REL7_4_STABLE REL7_3_STABLE REL7_2_STABLE REL7_1_STABLE REL7_0_PATCHES
4444
REL6_5_PATCHES REL6_4);

0 commit comments

Comments
 (0)
0