mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
*** empty log message ***
This commit is contained in:
@ -260,9 +260,11 @@ check_indicator(struct ECPGtype * var)
|
||||
case ECPGt_short:
|
||||
case ECPGt_int:
|
||||
case ECPGt_long:
|
||||
case ECPGt_long_long:
|
||||
case ECPGt_unsigned_short:
|
||||
case ECPGt_unsigned_int:
|
||||
case ECPGt_unsigned_long:
|
||||
case ECPGt_unsigned_long_long:
|
||||
break;
|
||||
|
||||
case ECPGt_struct:
|
||||
|
Reference in New Issue
Block a user