1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Fixed fetch into char * and added missing prototype for an Informix function.

This commit is contained in:
Michael Meskes
2003-06-19 09:52:11 +00:00
parent 4d9eede82f
commit 8902aaaa6c
5 changed files with 85 additions and 86 deletions

View File

@ -343,6 +343,12 @@ rmdyjul (short mdy[3], Date *d)
return 0;
}
int
rdayofweek(Date d)
{
return(PGTYPESdate_dayofweek(d));
}
/* And the datetime stuff */
void