[pgjdbc/pgjdbc] 5dc03f: chore: use 5432 as default port when runningcode ... - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject [pgjdbc/pgjdbc] 5dc03f: chore: use 5432 as default port when runningcode ...
Date
Msg-id 5b373ae185635_3e7e2af06cc23c101674@hookshot-fe-da92815.cp1-iad.github.net.mail
Whole thread Raw
List pgsql-jdbc
Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 5dc03f63f170ed371a4f4ba06d491be489627b11
      https://github.com/pgjdbc/pgjdbc/commit/5dc03f63f170ed371a4f4ba06d491be489627b11
  Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
  Date:   2018-06-30 (Sat, 30 Jun 2018)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/Driver.java

  Log Message:
  -----------
  chore: use 5432 as default port when running code from IDE

When code is compiled from IDE, mvn.project.property.template.default.pg.port
might be unresolved, however it's better to just use 5432



      **NOTE:** This service 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 by date:

Previous
From: Stephen Nelson
Date:
Subject: [pgjdbc/pgjdbc] e9ced4: chore: add missing javadoc tags to avoidwarnings ...
Next
From: Jesper Pedersen
Date:
Subject: [pgjdbc/pgjdbc] 7a0b7d: perf: guard logging statements (#1112)