aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-08-15 15:24:54 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-08-15 15:24:54 -0400
commit3149a12166120d0b476f5ca7837ebcf0e7124703 (patch)
tree16452701348e7494bc8add0f70762f36dc8fa567 /src
parent0b9358d4406b9b45a06855d53f491cc7ce9550a9 (diff)
downloadpostgresql-3149a12166120d0b476f5ca7837ebcf0e7124703.tar.gz
postgresql-3149a12166120d0b476f5ca7837ebcf0e7124703.zip
Update git_changelog to know that there's a 9.6 branch.
Missed this in the main 10devel version stamping patch.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/git_changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/git_changelog b/src/tools/git_changelog
index c9a503f3fe0..b9e631bb9cb 100755
--- a/src/tools/git_changelog
+++ b/src/tools/git_changelog
@@ -57,7 +57,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_5_STABLE
+ REL9_6_STABLE REL9_5_STABLE
REL9_4_STABLE REL9_3_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