|
1 | 1 | /* -----------------------------------------------------------------------
|
2 | 2 | * formatting.c
|
3 | 3 | *
|
4 |
| - * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.89 2005/06/22 01:43:05 neilc Exp $ |
| 4 | + * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.90 2005/06/24 01:10:11 neilc Exp $ |
5 | 5 | *
|
6 | 6 | *
|
7 | 7 | * Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group
|
@@ -898,9 +898,6 @@ static char *str_tolower(char *buff);
|
898 | 898 |
|
899 | 899 | /* static int is_acdc(char *str, int *len); */
|
900 | 900 | staticintseq_search(char*name,char**array,inttype,intmax,int*len);
|
901 |
| -staticintdch_global(intarg,char*inout,intsuf,intflag,FormatNode*node,void*data); |
902 |
| -staticintdch_time(intarg,char*inout,intsuf,intflag,FormatNode*node,void*data); |
903 |
| -staticintdch_date(intarg,char*inout,intsuf,intflag,FormatNode*node,void*data); |
904 | 901 | staticvoiddo_to_timestamp(text*date_txt,text*fmt,
|
905 | 902 | structpg_tm*tm,fsec_t*fsec);
|
906 | 903 | staticchar*fill_str(char*str,intc,intmax);
|
|