Commit a2e7d9bd authored by Martin v. Löwis's avatar Martin v. Löwis

Fix T_BOOL bug of issue 8845.

parent 0b0ca0c3
...@@ -39,7 +39,7 @@ typedef struct ...@@ -39,7 +39,7 @@ typedef struct
/* 1 if we are currently within a transaction, i. e. if a BEGIN has been /* 1 if we are currently within a transaction, i. e. if a BEGIN has been
* issued */ * issued */
int inTransaction; char inTransaction;
/* the type detection mode. Only 0, PARSE_DECLTYPES, PARSE_COLNAMES or a /* the type detection mode. Only 0, PARSE_DECLTYPES, PARSE_COLNAMES or a
* bitwise combination thereof makes sense */ * bitwise combination thereof makes sense */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment