At 10.05 16/02/2002, you wrote:
>erm, 2.0.9 I think

I' don't know C but I think that nothing is changed, as you can see: 
#define TEXT_FIELD_SIZE                       8190
anyway I'll give a try.

-------------------------------------
[root@sauron: unixODBC-2.2.0]# mgrep "TEXT_FIELD_SIZE"
Drivers/PostgreSQL/convert.c:137:char tempBuf[TEXT_FIELD_SIZE+5];
Drivers/PostgreSQL/convert.c:679:char param_string[128], tmp[256], 
cbuf[TEXT_FIELD_SIZE+5];
Drivers/PostgreSQL/convert.c:1358:static char sout[TEXT_FIELD_SIZE+5];
Drivers/PostgreSQL/dlg_specific.c:218:                  SetDlgItemInt(hdlg, 
DRV_LONGVARCHAR_SIZE, TEXT_FIELD_SIZE, TRUE);
Drivers/PostgreSQL/dlg_specific.c:760: 
globals.max_longvarchar_size = TEXT_FIELD_SIZE;
Drivers/PostgreSQL/psqlodbc.h:174:#define 
TEXT_FIELD_SIZE                       8190    /* size of text fields (not 
including null term) */
Drivers/Postgre7.1/convert.c:180:/*     char tempBuf[TEXT_FIELD_SIZE+5]; */
Drivers/Postgre7.1/convert.c:192:       tempBuf = (char *) 
malloc(TEXT_FIELD_SIZE+5);
Drivers/Postgre7.1/convert.c:446:                       len = 
convert_linefeeds(value, tempBuf, TEXT_FIELD_SIZE+5);
Drivers/Postgre7.1/convert.c:682:                       len = 
convert_from_pgbinary(value, (SQLCHAR*)tempBuf, TEXT_FIELD_SIZE+5);
Drivers/Postgre7.1/convert.c:751:char * cbuf; /* [TEXT_FIELD_SIZE+5]; */
Drivers/Postgre7.1/convert.c:770:       cbuf=(char *)malloc(TEXT_FIELD_SIZE+5);
Drivers/Postgre7.1/convert.c:1116: 
my_strcpy(cbuf, TEXT_FIELD_SIZE+5, buf, used);
Drivers/Postgre7.1/convert.c:1128: 
my_strcpy(cbuf, TEXT_FIELD_SIZE+5, buf, used);
Drivers/Postgre7.1/convert.c:1141: 
my_strcpy(cbuf, TEXT_FIELD_SIZE+5, buf, used);
Drivers/Postgre7.1/convert.c:1282: 
my_strcpy(cbuf + 1, TEXT_FIELD_SIZE+5 - 12, buf, used); /* 12 = 1('\'') + 
strlen("'::numeric") + 1('\0') */
Drivers/Postgre7.1/convert.c:1516:/*static char sout[TEXT_FIELD_SIZE+5];*/
Drivers/Postgre7.1/dlg_specific.c:211:                  SetDlgItemInt(hdlg, 
DRV_LONGVARCHAR_SIZE, TEXT_FIELD_SIZE, TRUE);
Drivers/Postgre7.1/dlg_specific.c:756: 
globals.max_longvarchar_size = TEXT_FIELD_SIZE;
Drivers/Postgre7.1/psqlodbc.h:173:#define 
TEXT_FIELD_SIZE                       8190    /* size of text fields (not 
including null term) */
--------------------------
Bye.

--------------------------------------------------
FABIO SERRA - faser(at)faser.net
PGP available
--------------------------------------------------

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to