summaryrefslogtreecommitdiff
path: root/psycopg/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'psycopg/connection.h')
-rw-r--r--psycopg/connection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/psycopg/connection.h b/psycopg/connection.h
index 33ad30b..32aaddf 100644
--- a/psycopg/connection.h
+++ b/psycopg/connection.h
@@ -48,9 +48,6 @@ extern "C" {
#define CONN_STATUS_SEND_CLIENT_ENCODING 8
#define CONN_STATUS_SENT_CLIENT_ENCODING 9
#define CONN_STATUS_GET_CLIENT_ENCODING 10
-#define CONN_STATUS_SEND_TRANSACTION_ISOLATION 11
-#define CONN_STATUS_SENT_TRANSACTION_ISOLATION 12
-#define CONN_STATUS_GET_TRANSACTION_ISOLATION 13
/* async query execution status */
#define ASYNC_READ 1