]> granicus.if.org Git - postgresql/commit
Here's two more diffs...
authorMarc G. Fournier <scrappy@hub.org>
Tue, 25 Mar 1997 09:08:06 +0000 (09:08 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 25 Mar 1997 09:08:06 +0000 (09:08 +0000)
commit6304e2c273b9ae13f4fde44c02c535c56b45cd91
tree637e768483b9824c7a7d8707f289a1634c337eb5
parentea2fa32eff17b8ac2b51c0d4dafe43a9f2c5d014
Here's two more diffs...

The first fixes a warning from gcc about the assignment within the condition.
The extra set of parens should not make a difference, but with -Werror, they
are necessary.

The second fixes an "ln -s" invocation that assumes the current directory is
implicitly the target if not specified.  Not true in all cases, and again, it
should not make a difference except to those implementation that it does.

From: "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com>
src/interfaces/libpq/Makefile
src/interfaces/libpq/fe-connect.c