pgsql: Stamp HEAD as 10devel.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Stamp HEAD as 10devel.
Date: 2016-08-15 17:49:58
Message-ID: E1bZM1O-0006oy-3M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Stamp HEAD as 10devel.

This is a good bit more complicated than the average new-version stamping
commit, because it includes various adjustments in pursuit of changing
from three-part to two-part version numbers. It's likely some further
work will be needed around that change; but this is enough to get through
the regression tests, at least in Unix builds.

Peter Eisentraut and Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ca9112a424ff68ec4f2ef67b47122f7d61412964

Modified Files
--------------
configure | 20 ++++++++++----------
configure.in | 4 ++--
doc/bug.template | 2 +-
doc/src/sgml/runtime.sgml | 31 ++++++++++++++++++++-----------
src/backend/catalog/genbki.pl | 4 ++--
src/backend/utils/init/miscinit.c | 26 +++++++++++++-------------
src/bin/pg_upgrade/check.c | 6 +++---
src/bin/pg_upgrade/server.c | 2 +-
src/include/pg_config.h.win32 | 8 ++++----
src/interfaces/libpq/libpq.rc.in | 8 ++++----
src/port/win32ver.rc | 4 ++--
src/tools/msvc/Solution.pm | 6 +++---
src/tools/version_stamp.pl | 14 ++++++--------
13 files changed, 71 insertions(+), 64 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-15 18:36:02 pgsql: Stamp shared-library minor version numbers for v10.
Previous Message pgsql 2016-08-15 17:44:17 pgsql: Branch refs/heads/REL9_6_STABLE was created