This is a discussion on Re: Odbcapi30.c - 64 bit compiler warning cleanup within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> > -----Original Message----- > From: Ludek Finstrle [mailto:luf@pzkagis.cz] > Sent: 19 January 2006 11:24 > To: Dave Page > ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: Ludek Finstrle [mailto:luf@pzkagis.cz] > Sent: 19 January 2006 11:24 > To: Dave Page > Cc: pgsql-odbc@postgresql.org > Subject: Re: [ODBC] Odbcapi30.c - 64 bit compiler warning cleanup > > > The attached patch cleans up the 64 bit compiler warnings in > > odbcapi30.c. > > I'll try it today or tomorrow (I hope). Thanks - I should add that I'm not sure how to deal with the other ones. I think it needs someone far more experienced in 32/64 bit issues than me to think about it. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| > > > The attached patch cleans up the 64 bit compiler warnings in > > > odbcapi30.c. > > > > I'll try it today or tomorrow (I hope). I'm a little bit late. I had problems with my 64-bit box during weekend. I have installed pgsql and unixODBC now. I hope I finish this work today. > Thanks - I should add that I'm not sure how to deal with the other ones. > I think it needs someone far more experienced in 32/64 bit issues than > me to think about it. I take a look on it but I think I'm less experienced in C and I have no experience with 32/64 bit issue. Regards, Luf ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| > The attached patch cleans up the 64 bit compiler warnings in > odbcapi30.c. I test it and add more warning cleanups. I include your patch into attached one. I tried it a little bit on 64-bit and 32-bit box. I don't solve the problem in options.c where 64-bit pointer may be passwd throught 32-bit number. I don't know how to solve it. Please review and comment. Regards, Luf ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |