Skip to content

Commit

Permalink
Release 25
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Mar 17, 2015
1 parent 5430d37 commit 78fc4b7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/pgsql.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[
{description, "pgsql driver"},
{id, "pgsql"},
{vsn, "22"},
{vsn, "25"},
{modules, [
pgsql_app,
pgsql_connection,
Expand Down
38 changes: 33 additions & 5 deletions src/pgsql.appup
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{"22",
[{"21", [
{"25",
[
{"24", [
{load_module, pgsql_protocol, soft_purge, soft_purge, []}
]},
{"23", [
{load_module, pgsql_connection, soft_purge, soft_purge, []},
{load_module, pgsql_protocol, soft_purge, soft_purge, []}
]},
{"22", [
{load_module, pgsql_connection, soft_purge, soft_purge, []},
{load_module, pgsql_protocol, soft_purge, soft_purge, []},
{load_module, pgsql_error, soft_purge, soft_purge, []}
]},
{"21", [
{load_module, pgsql_connection, soft_purge, soft_purge, []},
{load_module, pgsql_protocol, soft_purge, soft_purge, []},
{load_module, pgsql_error, soft_purge, soft_purge, []}
Expand All @@ -13,8 +26,22 @@
{load_module, pgsql_connection, soft_purge, soft_purge, []},
{load_module, pgsql_protocol, soft_purge, soft_purge, []},
{load_module, pgsql_error, soft_purge, soft_purge, []}
]}],
[{"21", [
]}
],
[
{"24", [
{load_module, pgsql_protocol, soft_purge, soft_purge, []}
]},
{"23", [
{load_module, pgsql_connection, soft_purge, soft_purge, []},
{load_module, pgsql_protocol, soft_purge, soft_purge, []}
]},
{"22", [
{load_module, pgsql_connection, soft_purge, soft_purge, []},
{load_module, pgsql_protocol, soft_purge, soft_purge, []},
{load_module, pgsql_error, soft_purge, soft_purge, []}
]},
{"21", [
{load_module, pgsql_connection, soft_purge, soft_purge, []},
{load_module, pgsql_protocol, soft_purge, soft_purge, []},
{load_module, pgsql_error, soft_purge, soft_purge, []}
Expand All @@ -28,5 +55,6 @@
{load_module, pgsql_connection, soft_purge, soft_purge, []},
{load_module, pgsql_protocol, soft_purge, soft_purge, []},
{load_module, pgsql_error, soft_purge, soft_purge, []}
]}]
]}
]
}.

0 comments on commit 78fc4b7

Please sign in to comment.