1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-19 15:49:24 +03:00

- Fixed truncate bug.

- Added patch by Christof Petig <christof.petig@wtal.de> to
clean up
ecpglib.
This commit is contained in:
Michael Meskes
2001-10-01 12:02:28 +00:00
parent 8ae8ddbb8e
commit 9f09e8362b
5 changed files with 185 additions and 146 deletions

View File

@@ -1,4 +1,4 @@
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/data.c,v 1.15 2001/09/19 14:09:32 meskes Exp $ */
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/data.c,v 1.16 2001/10/01 12:02:28 meskes Exp $ */
#include "postgres_fe.h"
@@ -12,7 +12,7 @@
#include "sqlca.h"
bool
get_data(PGresult *results, int act_tuple, int act_field, int lineno,
get_data(const PGresult *results, int act_tuple, int act_field, int lineno,
enum ECPGttype type, enum ECPGttype ind_type,
void *var, void *ind, long varcharsize, long offset,
bool isarray)