mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Small AIX fixes from Rick Flower.
This commit is contained in:
@ -102,7 +102,7 @@ enum
|
||||
STMT_PARSE_NONE = 0,
|
||||
STMT_PARSE_COMPLETE,
|
||||
STMT_PARSE_INCOMPLETE,
|
||||
STMT_PARSE_FATAL,
|
||||
STMT_PARSE_FATAL
|
||||
};
|
||||
|
||||
/* Result style */
|
||||
@ -110,7 +110,7 @@ enum
|
||||
{
|
||||
STMT_FETCH_NONE = 0,
|
||||
STMT_FETCH_NORMAL,
|
||||
STMT_FETCH_EXTENDED,
|
||||
STMT_FETCH_EXTENDED
|
||||
};
|
||||
|
||||
typedef struct
|
||||
|
Reference in New Issue
Block a user