Re: [ODBC] MD5 support for ODBC

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [ODBC] MD5 support for ODBC
Date: 2001-11-12 23:39:05
Message-ID: 3BF05D99.AC230317@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc pgsql-patches

Bruce Momjian wrote:
>
> > I don't think it's particularly useful to put checks of static source
> > files in the build path. There are quite a number of places that need to
> > be synchronized manually and there is no check anywhere. It would
> > probably have been better to have one master copy of the file and symlink
> > it to whereever else it is needed. (See libpq Makefile for several
> > examples.)
>
> Yes, I already do a symlink for md5.c in libpq. The problem is that
> ODBC has to compile stand-alone, with no reference to any outside
> directory. I assume that includes symlinks so you can take just /odbc,
> put it on a Win32 partition, and compile it. I don't want md5.c to
> change that capability.

Yes I don't love any reference to any outside directory.
If a backward incompatible change is made, I don't use
it exactly any longer.

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message yanling xu 2001-11-13 00:38:14 server --configure postgresql
Previous Message Tom Lane 2001-11-12 21:31:52 Re: Last inserted id

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-11-12 23:41:17 Possible patch to remove "triggered data change" support
Previous Message Bill Studenmund 2001-11-12 22:56:47 Patch to add Heimdal kerberos support