Log Message:
-----------
Create two separate libpq.rc's: One that is built at build time, and one
that is shipped in the distribution, named libpq-dist.rc. This way the
build system doesn't get upset when a distributed file is forcibly
overwritten by during a normal build.
Modified Files:
--------------
pgsql/src/interfaces/libpq:
.cvsignore (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/.cvsignore?r1=1.2&r2=1.3)
Makefile (r1.161 -> r1.162)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile?r1=1.161&r2=1.162)
bcc32.mak (r1.28 -> r1.29)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/bcc32.mak?r1=1.28&r2=1.29)
win32.mak (r1.50 -> r1.51)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/win32.mak?r1=1.50&r2=1.51)
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match