Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit76aa6d2

Browse files
author
Neil Conway
committed
Code cleanup: remove 3 duplicate static function declarations.
1 parentf2b6ede commit76aa6d2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/backend/utils/adt/formatting.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -----------------------------------------------------------------------
22
* formatting.c
33
*
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 $
55
*
66
*
77
* Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group
@@ -898,9 +898,6 @@ static char *str_tolower(char *buff);
898898

899899
/* static int is_acdc(char *str, int *len); */
900900
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);
904901
staticvoiddo_to_timestamp(text*date_txt,text*fmt,
905902
structpg_tm*tm,fsec_t*fsec);
906903
staticchar*fill_str(char*str,intc,intmax);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp