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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAgent commit: Use MAJOR.MINOR as the version number for the extension
Дата
Msg-id E1WIQ2I-0003H6-He@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Add CREATE EXTENSION Support
Следующее
От: Dave Page
Дата:
Сообщение: pgAgent commit: Fix a couple of warnings from clang.