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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user