pgAgent commit: Use MAJOR.MINOR as the version number for the extension

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAgent commit: Use MAJOR.MINOR as the version number for the extension
Date: 2014-02-25 21:59:34
Message-ID: E1WIQ2I-0003H6-He@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use MAJOR.MINOR as the version number for the extension. This allows
us to make bug fix releases by updating the build number without requiring
a schema update, but fixes that alter SQL object definitions with a minor
version bump, and schema changes with a major version bump.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=82dff599296159f8fb09f955e716b4e1cc5da476

Modified Files
--------------
CMakeLists.txt | 8 +++----
cmake/MakeExt.cmake | 2 +-
pgagent.control.in | 2 +-
sql/pgagent--unpackaged--3.4.sql | 44 ++++++++++++++++++++++++++++++++++++++
sql/pgagent--unpackaged--3.sql | 44 --------------------------------------
5 files changed, 50 insertions(+), 50 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2014-02-25 22:11:41 Re: Add CREATE EXTENSION Support
Previous Message David E. Wheeler 2014-02-25 21:23:49 Re: Add CREATE EXTENSION Support