V3 NotificationResonse messages were trying to be received as V2
authorKris Jurka <books@ejurka.com>
Tue, 3 Feb 2004 05:43:24 +0000 (05:43 +0000)
committerKris Jurka <books@ejurka.com>
Tue, 3 Feb 2004 05:43:24 +0000 (05:43 +0000)
commit932001350b8e18074a4fc291fe98e910b6d96b5a
treeff9d95f64b33e1f9fcec4afc1a0c7a934bab7fa9
parentd71188860e9a0724770fa6a1b0c2cc02119c16a6
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.
src/interfaces/jdbc/org/postgresql/core/QueryExecutor.java
src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java
src/interfaces/jdbc/org/postgresql/test/jdbc2/Jdbc2TestSuite.java
src/interfaces/jdbc/org/postgresql/test/jdbc2/NotifyTest.java [new file with mode: 0644]