[pgjdbc/pgjdbc] 84e8d9: feat: return info on create slot ofreplication (#...

Поиск
Список
Период
Сортировка
От Jorge Solorzano
Тема [pgjdbc/pgjdbc] 84e8d9: feat: return info on create slot ofreplication (#...
Дата
Msg-id 5bf6af2cd4de1_58dd2adfd37ce5885767a@hookshot-fe-d252ca1.cp1-iad.github.net.mail
обсуждение исходный текст
Список pgsql-jdbc
Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 84e8d90b4bbeecbdccbe7ec4d165cfaf3ef30bf4
      https://github.com/pgjdbc/pgjdbc/commit/84e8d90b4bbeecbdccbe7ec4d165cfaf3ef30bf4
  Author: Jorge Solorzano <jorsol@gmail.com>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    A pgjdbc/src/main/java/org/postgresql/replication/ReplicationSlotInfo.java
    M pgjdbc/src/main/java/org/postgresql/replication/fluent/ChainedCommonCreateSlotBuilder.java
    M pgjdbc/src/main/java/org/postgresql/replication/fluent/logical/LogicalCreateSlotBuilder.java
    M pgjdbc/src/main/java/org/postgresql/replication/fluent/physical/PhysicalCreateSlotBuilder.java
    M pgjdbc/src/test/java/org/postgresql/replication/ReplicationSlotTest.java

  Log Message:
  -----------
  feat: return info on create slot of replication (#1335)

The CREATE_REPLICATION_SLOT replication command returns the following
info: slot_name, consistent_point, snapshot_name, output_plugin.

This info can be valuable, in particular snapshot_name is exported
to allow a consistent snapshot in some uses cases that require it.

A new class ReplicationSlotInfo is being returned now to provide easy
access to the values.



      **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] 7f0e20: Add support for version 11 and version 12(#1332)
Следующее
От: Dave Cramer
Дата:
Сообщение: [pgjdbc/pgjdbc] 0ed0e8: fix missing metadata columns, and misspelledcolum...