Thread: [JDBC] [pgjdbc/pgjdbc] a7e0c8: feat: improve waiting for notifications byprovidi...

Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: a7e0c83be93600c6299ae99907942e2530cb5e30
      https://github.com/pgjdbc/pgjdbc/commit/a7e0c83be93600c6299ae99907942e2530cb5e30
  Author: Daniel Migowski <dmigowski@ikoffice.de>
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
    M docs/documentation/head/listennotify.md
    M pgjdbc/src/main/java/org/postgresql/PGConnection.java
    M pgjdbc/src/main/java/org/postgresql/core/QueryExecutor.java
    M pgjdbc/src/main/java/org/postgresql/core/QueryExecutorBase.java
    M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc2/NotifyTest.java

  Log Message:
  -----------
  feat: improve waiting for notifications by providing a timeout option (#778)

* Improves waiting for notifications by adding a timeout to the PGConnection.getNotifications() method. The change does
nothave any effects for users that don't use this functionality and the API remain fully backwards compatible.