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
85a3fce9
Commit
85a3fce9
authored
Apr 27, 2007
by
Michael Meskes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed non-existant function from extern.h
parent
c8577c6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
src/interfaces/ecpg/ecpglib/extern.h
src/interfaces/ecpg/ecpglib/extern.h
+1
-8
No files found.
src/interfaces/ecpg/ecpglib/extern.h
View file @
85a3fce9
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.2
3 2007/03/29 12:02:2
4 meskes Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.2
4 2007/04/27 07:55:1
4 meskes Exp $ */
#ifndef _ECPG_LIB_EXTERN_H
#define _ECPG_LIB_EXTERN_H
...
...
@@ -135,13 +135,6 @@ bool ECPGstore_result(const PGresult *results, int act_field,
const
struct
statement
*
stmt
,
struct
variable
*
var
);
bool
ECPGstore_input
(
const
int
,
const
bool
,
const
struct
variable
*
,
const
char
**
,
bool
*
,
bool
);
#if defined(__GNUC__) && (defined (__powerpc__) || defined(__amd64__) || defined(__x86_64__))
/* work around a gcc/ABI bug with va_lists on ppc+amd64 */
void
ECPGget_variable
(
va_list
,
enum
ECPGttype
,
struct
variable
*
,
bool
);
#else
void
ECPGget_variable
(
va_list
*
,
enum
ECPGttype
,
struct
variable
*
,
bool
);
#endif
/* SQLSTATE values generated or processed by ecpglib (intentionally
* not exported -- users should refer to the codes directly) */
...
...
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