Skip to content

Commit

Permalink
Merge pull request #48 from kfuru/develop_1.3.3
Browse files Browse the repository at this point in the history
Update 1.3.3 for master
  • Loading branch information
Kaname Furutani authored Oct 13, 2016
2 parents 7053bc7 + 6120436 commit b220abe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To restore from a backup, use the `restore` command. Note that pg_rman itself g
$ pg_ctl stop -m immediate
$ pg_rman restore
$ cat $PGDATA/recovery.conf
# recovery.conf generated by pg_rman 1.3.2
# recovery.conf generated by pg_rman 1.3.3
restore_command = 'cp /home/postgres/arclog/%f %p'
recovery_target_timeline = '1'
$ pg_ctl start
Expand Down
2 changes: 1 addition & 1 deletion docs/index-ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@ <h2>RPMを用いたインストール</h2>
<h1 id="requirement">動作環境</h2>
<dl>
<dt>PostgreSQLバージョン</dt>
<dd>PostgreSQL 8.4, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5</dd>
<dd>PostgreSQL 8.4, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6</dd>
<dt>OS</dt>
<dd>RHEL 5/6/7, Ubuntu 12.04LTS</dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ <h2 id="Install.from.rpm">Install from rpm package</h2>
<h1 id="requirement">Requirements</h1>
<dl>
<dt>PostgreSQL</dt>
<dd>PostgreSQL 8.4, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5</dd>
<dd>PostgreSQL 8.4, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6</dd>
<dt>OS</dt>
<dd>RHEL 5/6/7, Ubuntu 12.04LTS</dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion expected/option.out
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Report bugs to <http://github.com/ossc-db/pg_rman/issues>.

###### COMMAND OPTION TEST-0002 ######
###### version option ######
pg_rman 1.3.2
pg_rman 1.3.3
1

###### COMMAND OPTION TEST-0003 ######
Expand Down
2 changes: 1 addition & 1 deletion pg_rman.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <time.h>
#include <sys/stat.h>

const char *PROGRAM_VERSION = "1.3.2";
const char *PROGRAM_VERSION = "1.3.3";
const char *PROGRAM_URL = "http://github.com/ossc-db/pg_rman";
const char *PROGRAM_ISSUES = "http://github.com/ossc-db/pg_rman/issues";

Expand Down

0 comments on commit b220abe

Please sign in to comment.