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:
@ -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
|
||||
|
Reference in New Issue
Block a user