1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Fix declaration of isarray variable.

Found and fixed by Andres Freund.
This commit is contained in:
Michael Meskes
2015-08-13 13:22:29 +02:00
parent 4390ba7bf9
commit 665ae7f9b4
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ struct ECPGtype_information_cache
{
struct ECPGtype_information_cache *next;
int oid;
bool isarray;
enum ARRAY_TYPE isarray;
};
/* structure to store one statement */