Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
85a3fce9
Commit
85a3fce9
authored
17 years ago
by
Michael Meskes
Browse files
Options
Downloads
Patches
Plain Diff
Removed non-existant function from extern.h
parent
c8577c6c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/interfaces/ecpg/ecpglib/extern.h
+1
-8
1 addition, 8 deletions
src/interfaces/ecpg/ecpglib/extern.h
with
1 addition
and
8 deletions
src/interfaces/ecpg/ecpglib/extern.h
+
1
−
8
View file @
85a3fce9
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.2
3
2007/0
3
/2
9 12:02:2
4 meskes Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.2
4
2007/0
4
/2
7 07:55:1
4 meskes Exp $ */
#ifndef _ECPG_LIB_EXTERN_H
#ifndef _ECPG_LIB_EXTERN_H
#define _ECPG_LIB_EXTERN_H
#define _ECPG_LIB_EXTERN_H
...
@@ -135,13 +135,6 @@ bool ECPGstore_result(const PGresult *results, int act_field,
...
@@ -135,13 +135,6 @@ bool ECPGstore_result(const PGresult *results, int act_field,
const
struct
statement
*
stmt
,
struct
variable
*
var
);
const
struct
statement
*
stmt
,
struct
variable
*
var
);
bool
ECPGstore_input
(
const
int
,
const
bool
,
const
struct
variable
*
,
const
char
**
,
bool
*
,
bool
);
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
/* SQLSTATE values generated or processed by ecpglib (intentionally
* not exported -- users should refer to the codes directly) */
* not exported -- users should refer to the codes directly) */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment