mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Mini Update #2 -- final fixes for buffer lengths, null buffers, truncation
This commit is contained in:
@@ -65,6 +65,8 @@ typedef enum {
|
||||
#define CONN_OPTION_VALUE_CHANGED 213
|
||||
#define CONN_VALUE_OUT_OF_RANGE 214
|
||||
|
||||
#define CONN_TRUNCATED 215
|
||||
|
||||
/* Conn_status defines */
|
||||
#define CONN_IN_AUTOCOMMIT 0x01
|
||||
#define CONN_IN_TRANSACTION 0x02
|
||||
|
||||
Reference in New Issue
Block a user