| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [COMMITTERS] pgsql: Add configure option --with-system-tzdata to use operating system |
| Date: | 2007-08-23 17:38:30 |
| Message-ID: | 9555.1187890710@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Note, for example, that libc refers to /usr/share/zoneinfo by
> absolute path.
After reflecting more about this, that's an awfully strong point.
Maybe we should go back to the original patch from Sun --- that is,
just have the configure option change pg_TZDIR() to return a hardwired
absolute path. The symlink idea has clearly got more risks than we
understood during the prior discussion. I think the main argument
in favor was that it allowed switching between PG-local and system
TZ databases without recompiling the server, but is anyone really
interested in doing that?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2007-08-23 17:39:36 | Re: [COMMITTERS] pgsql: Add configure option --with-system-tzdata to use operating system |
| Previous Message | Alvaro Herrera | 2007-08-23 17:35:11 | Re: [COMMITTERS] pgsql: Add configure option --with-system-tzdata to use operating system |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2007-08-23 17:39:36 | Re: [COMMITTERS] pgsql: Add configure option --with-system-tzdata to use operating system |
| Previous Message | Alvaro Herrera | 2007-08-23 17:38:10 | Re: SQL feature requests |