[pgjdbc/pgjdbc] a94cfe: refactor: factor out receiveParameterStatus so all...

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] a94cfe: refactor: factor out receiveParameterStatus so all...
Date: 2018-01-08 21:10:00
Message-ID: 5a53de28e00e2_74cb2ad0d4dcdc0831762@hookshot-fe-d2afb11.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: a94cfeace5d66b4fe8d8fa3b16986baebaec2a11
https://github.com/pgjdbc/pgjdbc/commit/a94cfeace5d66b4fe8d8fa3b16986baebaec2a11
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2018-01-09 (Tue, 09 Jan 2018)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/core/PGStream.java
M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java

Log Message:
-----------
refactor: factor out receiveParameterStatus so all the ParameterStatus messages are handled in the same way

At least, TimeZone parameter status message was not handled in "process startup", then queryExecutor.timeZone resulted in null value,
and it resulted in QueryExecutor.timeZone to be null.

It is not known there were issues with that, however it makes sense to keep processing logic consistent

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2018-01-08 21:32:05 [pgjdbc/pgjdbc] 236805: fix: add Provide-Capability OSGi manifest
Previous Message Vladimir Sitnikov 2018-01-08 21:09:34 [pgjdbc/pgjdbc] e8c43f: fix: use 'time with time zone' and 'timestamp with...