8000 Removed non-existant function from extern.h · postgrespro/postgres_cluster@85a3fce · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 85a3fce

Browse files
author
Michael Meskes
committed
Removed non-existant function from extern.h
1 parent c8577c6 commit 85a3fce

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/interfaces/ecpg/ecpglib/extern.h

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.23 2007/03/29 12:02:24 meskes Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.24 2007/04/27 07:55:14 meskes Exp $ */
22

33
#ifndef _ECPG_LIB_EXTERN_H
44
#define _ECPG_LIB_EXTERN_H
@@ -135,13 +135,6 @@ bool ECPGstore_result(const PGresult *results, int act_field,
135135
const struct statement * stmt, struct variable * var);
136136
bool ECPGstore_input(const int, const bool, const struct variable *, const char **, bool *, bool);
137137

138-
#if defined(__GNUC__) && (defined (__powerpc__) || defined(__amd64__) || defined(__x86_64__))
139-
/* work around a gcc/ABI bug with va_lists on ppc+amd64 */
140-
void ECPGget_variable(va_list, enum ECPGttype, struct variable *, bool);
141-
#else
142-
void ECPGget_variable(va_list *, enum ECPGttype, struct variable *, bool);
143-
#endif
144-
145138
/* SQLSTATE values generated or processed by ecpglib (intentionally
146139
* not exported -- users should refer to the codes directly) */
147140

0 commit comments

Comments
 (0)
0