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)
commit34771fa703df18d5c02d0a024266ca68bcbbb3f3
tree1462f27d08ec5212348070e189035b7ac6e0e2ed
parentf0404efcfcb7b06ff05cb0fde4ff79d0863cff2a
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/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]