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
8af641ac
Commit
8af641ac
authored
May 26, 2009
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused declarations of EncodeTimeOnly and DecodeTimeOnly.
parent
dd96d13a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/interfaces/ecpg/pgtypeslib/dt.h
src/interfaces/ecpg/pgtypeslib/dt.h
+1
-3
No files found.
src/interfaces/ecpg/pgtypeslib/dt.h
View file @
8af641ac
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt.h,v 1.4
2 2009/05/20 16:13:18 meskes
Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt.h,v 1.4
3 2009/05/26 01:39:49 tgl
Exp $ */
#ifndef DT_H
#define DT_H
...
...
@@ -332,10 +332,8 @@ do { \
#define TIMESTAMP_IS_NOEND(j) ((j) == DT_NOEND)
#define TIMESTAMP_NOT_FINITE(j) (TIMESTAMP_IS_NOBEGIN(j) || TIMESTAMP_IS_NOEND(j))
int
DecodeTimeOnly
(
char
**
,
int
*
,
int
,
int
*
,
struct
tm
*
,
fsec_t
*
,
int
*
);
int
DecodeInterval
(
char
**
,
int
*
,
int
,
int
*
,
struct
tm
*
,
fsec_t
*
);
int
DecodeTime
(
char
*
,
int
*
,
struct
tm
*
,
fsec_t
*
);
int
EncodeTimeOnly
(
struct
tm
*
,
fsec_t
,
int
*
,
int
,
char
*
);
int
EncodeDateTime
(
struct
tm
*
,
fsec_t
,
int
*
,
char
**
,
int
,
char
*
,
bool
);
int
EncodeInterval
(
struct
tm
*
,
fsec_t
,
int
,
char
*
);
int
tm2timestamp
(
struct
tm
*
,
fsec_t
,
int
*
,
timestamp
*
);
...
...
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