mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
patch to make PSQLState serializable, and a test case for it
added a test case for getLastOID
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
package org.postgresql.util;
|
||||
|
||||
public class PSQLState
|
||||
public class PSQLState implements java.io.Serializable
|
||||
{
|
||||
private String state;
|
||||
|
||||
|
Reference in New Issue
Block a user