[pgjdbc/pgjdbc] c4656b: fix: as of v12 recovery.conf is no longer used for...
Dave Cramer <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.jdbc |
|---|---|
| Message-ID | <5bfc126895a00_144c2abbfaba0578438e4@hookshot-fe-2cc8887.cp1-iad.github.net.mail> |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: c4656b323f0dc3090926c0f14cd219461e534576
https://github.com/pgjdbc/pgjdbc/commit/c4656b323f0dc3090926c0f14cd219461e534576
Author: Dave Cramer <[email protected]>
Date: 2018-11-26 (Mon, 26 Nov 2018)
Changed paths:
M .travis/travis_create_slaves.sh
Log Message:
-----------
fix: as of v12 recovery.conf is no longer used for standby recovery. … (#1355)
* fix: as of v12 recovery.conf is no longer used for standby recovery. settings are placed in postgresql.conf and recover.signal is used to signal recovery
* use standby.signal to tell server what mode to startup in, standby_mode is no longer used
* let pg_basebackup create the standby files
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.