V3 NotificationResonse messages were trying to be received as V2
Kris Jurka <books@ejurka.com>
V3 NotificationResonse messages were trying to be received as V2 messages. Also the PID was being read in the wrong byte order. Finally add a test case for listen/notify. Per report from Hans Nather.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/core/QueryExecutor.java | modified | +5 −3 |
| src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java | modified | +6 −3 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/Jdbc2TestSuite.java | modified | +1 −0 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/NotifyTest.java | added | +43 −0 |