| From: | Jesper Pedersen <jesper(dot)pedersen(at)redhat(dot)com> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | [pgjdbc/pgjdbc] 7a0b7d: perf: guard logging statements (#1112) |
| Date: | 2018-06-30 16:22:16 |
| Message-ID: | 5b37ae38bd9f4_189d2af4c418dc1839173@hookshot-fe-265448d.cp1-iad.github.net.mail |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 7a0b7d65582a21376fc114eb197b5bae1fe1ea00
https://github.com/pgjdbc/pgjdbc/commit/7a0b7d65582a21376fc114eb197b5bae1fe1ea00
Author: Jesper Pedersen <jesper(dot)pedersen(at)redhat(dot)com>
Date: 2018-06-30 (Sat, 30 Jun 2018)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java
M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java
M pgjdbc/src/main/java/org/postgresql/jre8/sasl/ScramAuthenticator.java
Log Message:
-----------
perf: guard logging statements (#1112)
Guard certain logging statements with `isLoggable` to prevent `Object[]` allocation for the argument vararg.
**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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Cramer | 2018-06-30 16:47:28 | [pgjdbc/pgjdbc] 825c09: docs: improve javadocs in PgResultSetMetaData (#79... |
| Previous Message | Vladimir Sitnikov | 2018-06-30 08:10:09 | [pgjdbc/pgjdbc] 5dc03f: chore: use 5432 as default port when running code ... |