Re: Windows 64 bit warnings

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Windows 64 bit warnings
Date: 2011-04-25 11:48:12
Message-ID: 20110425114812.GA12699@feivel.credativ.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> One is at src/interfaces/ecpg/ecpglib/sqlda.c:231, which is this line:
>
> sqlda->sqlvar[i].sqlformat = (char *) (long) PQfformat(res, i);
>
> I'm not clear about the purpose of this anyway. It doesn't seem to

After not hearing from the author I just commented out that line. I cannot find
any explanation what should be stored in sqlformat.

> be used anywhere, and the comment on the field says it for future

Gosh, I didn't know that our own source says it's reserved for future use. I
guess that makes removing the statement even more of an option.

Michael
--
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at googlemail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-04-25 12:42:54 Re: Unlogged tables, persistent kind
Previous Message Shigeru Hanada 2011-04-25 11:32:18 Re: wrong hint message for ALTER FOREIGN TABLE