Timezone support

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>, PostgreSQL Win32 port list <pgsql-hackers-win32(at)postgreSQL(dot)org>
Subject: Timezone support
Date: 2004-03-11 04:06:59
Message-ID: 200403110406.i2B46xH04074@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-hackers-win32

As some may remember, there has been talk about shipping our own
timezone implementation with PostgreSQL. This will remove reliance on
possible broken timezone OS implementations, and give us added
capabilities. The Win32 port will also need this functionality.

SRA has implemented similar functionality in their threaded win32 port
using David Olson's timezone library, and I have gotten permission to
share that code with the community. If someone wants to start hacking
on that, I will send them a tar file containing the SRA timezone code.
The SRA code is actually multi-threaded, so you will have to pull pieces
out of their changes. However, it will give coders a nice sample
implementation.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2004-03-11 04:17:06 Re: selective statement logging
Previous Message zhuangjifeng 2004-03-11 03:55:09 why not ADTs?

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Magnus Hagander 2004-03-11 09:04:38 Re: fsync with sync, and Win32 unlink
Previous Message Bruce Momjian 2004-03-10 22:56:07 fsync with sync, and Win32 unlink