Re: [ODBC] MD5 support for ODBC - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [ODBC] MD5 support for ODBC
Date
Msg-id 200111132211.fADMBGH19422@candle.pha.pa.us
Whole thread Raw
In response to Re: [ODBC] MD5 support for ODBC  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
> Bruce Momjian writes:
>
> > > Nope, this doesn't work.  The source directory is not necessarily the
> > > current directory.
> >
> > OK, I will remove it.  However, many of our Makefiles that do ../..
>
> The *build* directory is always the current directory, so '..' stuff is
> okay to refer to built files.  But to reference source files you need to
> start with $(srcdir) or $(top_srcdir), whichever is convenient.

Oh, OK.

> > Also, should we add such checks to the other files that must remain
> > identical?
>
> I don't think we have any others that must remain identical per se.
>
> In general, checks for source code sanity are okay, but if you want them
> in a makefile they should be under the maintainer-check target, not in the
> build path.  However, since there is very little that merits an automated
> check of this sort, I doubt very many people would actually run this
> target.
>

OK, removed.

> > 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.
>
> Okay, that's reasonable.  I think making a note in the file under odbc/
> should be sufficient.  Possibly include which CVS revision of the original
> the copy is based on, so one can see when it needs updating.  Also, a note
> in the venerable RELEASE_CHANGES file seems appropriate.

I am not sure if it is even worth it there.  I can't imagine anyone
changing md5.c anyway.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [ODBC] MD5 support for ODBC
Next
From: Bill Studenmund
Date:
Subject: Re: Patch to add Heimdal kerberos support