mirror of
https://github.com/postgres/postgres.git
synced 2025-10-29 22:49:41 +03:00
The server hasn't paid attention to the TZ environment variable since commitca4af308c3, but that commit missed removing this documentation reference, as did commitd883b916a9which added the reference where it now belongs (initdb). Back-patch to 9.2 where the behavior changed. Also back-patchd883b916a9as needed. Matthew Somerville