Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
76aa6d29
Commit
76aa6d29
authored
Jun 24, 2005
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code cleanup: remove 3 duplicate static function declarations.
parent
f2b6edea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/backend/utils/adt/formatting.c
src/backend/utils/adt/formatting.c
+1
-4
No files found.
src/backend/utils/adt/formatting.c
View file @
76aa6d29
/* -----------------------------------------------------------------------
* formatting.c
*
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.
89 2005/06/22 01:43:05
neilc Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.
90 2005/06/24 01:10:11
neilc Exp $
*
*
* Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group
...
...
@@ -898,9 +898,6 @@ static char *str_tolower(char *buff);
/* static int is_acdc(char *str, int *len); */
static
int
seq_search
(
char
*
name
,
char
**
array
,
int
type
,
int
max
,
int
*
len
);
static
int
dch_global
(
int
arg
,
char
*
inout
,
int
suf
,
int
flag
,
FormatNode
*
node
,
void
*
data
);
static
int
dch_time
(
int
arg
,
char
*
inout
,
int
suf
,
int
flag
,
FormatNode
*
node
,
void
*
data
);
static
int
dch_date
(
int
arg
,
char
*
inout
,
int
suf
,
int
flag
,
FormatNode
*
node
,
void
*
data
);
static
void
do_to_timestamp
(
text
*
date_txt
,
text
*
fmt
,
struct
pg_tm
*
tm
,
fsec_t
*
fsec
);
static
char
*
fill_str
(
char
*
str
,
int
c
,
int
max
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment