mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
*** empty log message ***
This commit is contained in:
@@ -46,9 +46,11 @@ ECPGnumeric_lvalue(FILE *f, char *name)
|
||||
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:
|
||||
fputs(name, yyout);
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user