> From: Joachim Wieland [mailto:joe@mcknight.de]
> Sent: Thursday, August 03, 2006 11:23 AM
> To: Tom Lane; Michael Meskes; Rocco Altier; PostgreSQL Hacker
> Subject: Re: [HACKERS] ecpg test suite
>
>
> On Thu, Aug 03, 2006 at 04:54:35PM +0200, Michael Meskes wrote:
> > > diff: `-3' option is obsolete; omit it
> > > diff: Try `diff --help' for more information.
>
> > Strange, works well on my Linux system. However, I tried
> correcting the
> > option but I'm unsure if it works for you now since both
> versions worked
> > for me.
>
> This got introduced by Rocco's Makefile patch, it worked for me, so I
> thought it's fine. Rocco, your AIX box will work with only
> diff -c as well,
> won't it?
>
I had used -c to replace the -u.
The '-c3' does not work on my machine, but '-C3' does, so I think we
should go with that.
Thanks,-rocco