Adjust with-system-tzdata patch to not attempt to install a symlink,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 75d5f6fe791439fa925cd3a3b06c97ce2ddd705f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-08-25T20:29:25Z
Releases: 8.3.0
Adjust with-system-tzdata patch to not attempt to install a symlink,
but just hardwire the specified timezone database path into the executable.
Per discussion, this avoids some packaging disadvantages of using a
symlink.

Files

PathChange+/−
doc/src/sgml/installation.sgml modified +19 −19
src/timezone/Makefile modified +13 −6
src/timezone/pgtz.c modified +11 −5