Fix T_BOOL bug of issue 8845.

This commit is contained in:
Martin v. Löwis 2010-10-17 19:48:29 +00:00
parent 0b0ca0c37e
commit a2e7d9bdc1
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ typedef struct
/* 1 if we are currently within a transaction, i. e. if a BEGIN has been
* issued */
int inTransaction;
char inTransaction;
/* the type detection mode. Only 0, PARSE_DECLTYPES, PARSE_COLNAMES or a
* bitwise combination thereof makes sense */