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

From: Jorge Solorzano <jorsol(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 84e8d9: feat: return info on create slot of replication (#...
Date: 2018-11-22 13:29:16
Message-ID: 5bf6af2cd4de1_58dd2adfd37ce5885767a@hookshot-fe-d252ca1.cp1-iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2018-11-22 13:29:54 [pgjdbc/pgjdbc] 0ed0e8: fix missing metadata columns, and misspelled colum...
Previous Message Dave Cramer 2018-11-22 13:25:32 [pgjdbc/pgjdbc] 7f0e20: Add support for version 11 and version 12 (#1332)