codecheck修复

This commit is contained in:
qin86
2022-06-14 11:28:35 +08:00
parent 6254173a01
commit d0458fea63

View File

@ -362,7 +362,6 @@ void dt2time(double, int*, int*, int*, fsec_t*);
int PGTYPEStimestamp_defmt_scan( int PGTYPEStimestamp_defmt_scan(
char** str, char* fmt, timestamp* d, int* year, int* month, int* day, int* hour, int* minute, int* second, int* tz); char** str, char* fmt, timestamp* d, int* year, int* month, int* day, int* hour, int* minute, int* second, int* tz);
extern char* pgtypes_date_weekdays_short[]; extern char* pgtypes_date_weekdays_short[];
extern char* pgtypes_date_months[]; extern char* pgtypes_date_months[];
extern char* months[]; extern char* months[];