Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9f09e83

Browse files
author
Michael Meskes
committed
- Fixed truncate bug.
- Added patch by Christof Petig <christof.petig@wtal.de> to clean up ecpglib.
1 parent 8ae8ddb commit 9f09e83

File tree

5 files changed

+185
-146
lines changed

5 files changed

+185
-146
lines changed

src/interfaces/ecpg/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,5 +1101,11 @@ Tue Sep 25 20:10:03 CEST 2001
11011101

11021102
- Synced preproc.y with gram.y.
11031103
- Changed locale handling.
1104+
1105+
Mon Okt 1 13:49:40 CEST 2001
1106+
1107+
- Fixed truncate bug.
1108+
- Added patch by Christof Petig <christof.petig@wtal.de> to clean up
1109+
ecpglib.
11041110
- Set ecpg version to 2.9.0.
11051111
- Set library version to 3.3.0.

src/interfaces/ecpg/lib/data.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/data.c,v 1.15 2001/09/19 14:09:32 meskes Exp $ */
1+
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/data.c,v 1.16 2001/10/01 12:02:28 meskes Exp $ */
22

33
#include "postgres_fe.h"
44

@@ -12,7 +12,7 @@
1212
#include "sqlca.h"
1313

1414
bool
15-
get_data(PGresult *results, int act_tuple, int act_field, int lineno,
15+
get_data(const PGresult *results, int act_tuple, int act_field, int lineno,
1616
enum ECPGttype type, enum ECPGttype ind_type,
1717
void *var, void *ind, long varcharsize, long offset,
1818
bool isarray)

0 commit comments

Comments
 (0)