pgsql: Attempt to identify system timezone by reading /etc/localtime sy

2019-06-14 Thread Tom Lane
Attempt to identify system timezone by reading /etc/localtime symlink. On many modern platforms, /etc/localtime is a symlink to a file within the IANA database. Reading the symlink lets us find out the name of the system timezone directly, without going through the brute-force search embodied in

pgsql: Attempt to identify system timezone by reading /etc/localtime sy

2019-06-14 Thread Tom Lane
Attempt to identify system timezone by reading /etc/localtime symlink. On many modern platforms, /etc/localtime is a symlink to a file within the IANA database. Reading the symlink lets us find out the name of the system timezone directly, without going through the brute-force search embodied in

pgsql: Attempt to identify system timezone by reading /etc/localtime sy

2019-06-14 Thread Tom Lane
Attempt to identify system timezone by reading /etc/localtime symlink. On many modern platforms, /etc/localtime is a symlink to a file within the IANA database. Reading the symlink lets us find out the name of the system timezone directly, without going through the brute-force search embodied in

pgsql: Attempt to identify system timezone by reading /etc/localtime sy

2019-06-14 Thread Tom Lane
Attempt to identify system timezone by reading /etc/localtime symlink. On many modern platforms, /etc/localtime is a symlink to a file within the IANA database. Reading the symlink lets us find out the name of the system timezone directly, without going through the brute-force search embodied in

pgsql: Attempt to identify system timezone by reading /etc/localtime sy

2019-06-14 Thread Tom Lane
Attempt to identify system timezone by reading /etc/localtime symlink. On many modern platforms, /etc/localtime is a symlink to a file within the IANA database. Reading the symlink lets us find out the name of the system timezone directly, without going through the brute-force search embodied in

pgsql: Attempt to identify system timezone by reading /etc/localtime sy

2018-09-13 Thread Tom Lane
Attempt to identify system timezone by reading /etc/localtime symlink. On many modern platforms, /etc/localtime is a symlink to a file within the IANA database. Reading the symlink lets us find out the name of the system timezone directly, without going through the brute-force search embodied in