[pgjdbc/pgjdbc] c4656b: fix: as of v12 recovery.conf is no longerused for...

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема [pgjdbc/pgjdbc] c4656b: fix: as of v12 recovery.conf is no longerused for...
Дата
Msg-id 5bfc126895a00_144c2abbfaba0578438e4@hookshot-fe-2cc8887.cp1-iad.github.net.mail
обсуждение исходный текст
Список pgsql-jdbc
Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: c4656b323f0dc3090926c0f14cd219461e534576
      https://github.com/pgjdbc/pgjdbc/commit/c4656b323f0dc3090926c0f14cd219461e534576
  Author: Dave Cramer <davecramer@gmail.com>
  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.signalis 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.

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: [pgjdbc/pgjdbc] 325e63: fix: Incorrect return value for bytes[128-255] in...
Следующее
От: Jorge Solorzano
Дата:
Сообщение: [pgjdbc/pgjdbc] 2c0f69: test: fix misspelled secondaryPort2 buildproperty...