mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
- Added some Informix error codes in Informix mode.
- Added just another pgtypeslib function.
This commit is contained in:
@ -823,7 +823,7 @@ rtypwidth(int sqltype, int sqllen)
|
||||
int
|
||||
dtcvfmtasc (char *inbuf, char *fmtstr, dtime_t *dtvalue)
|
||||
{
|
||||
return 0;
|
||||
return PGTYPEStimestamp_defmt_asc(inbuf, fmtstr, dtvalue);
|
||||
}
|
||||
|
||||
static struct var_list
|
||||
|
Reference in New Issue
Block a user