From: | Neil Conway <neilc(at)samurai(dot)com> |
---|---|
To: | pgsql-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Integer datetime by default |
Date: | 2008-03-25 19:54:46 |
Message-ID: | 1206474886.11145.21.camel@goldbach |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Attached is a refreshed patch that makes integer datetimes the default.
Platforms that don't have a working 64-bit integer type will fail to
configure by default; they can specify "--disable-integer-datetimes" to
switch back to using floating-point based datetimes.
Barring any objections, I'll apply this to HEAD tomorrow.
-Neil
Attachment | Content-Type | Size |
---|---|---|
integer_datetime_default-3.patch | text/x-patch | 12.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Keaton Adams | 2008-03-25 20:07:15 | PostgreSQL Replication with read-only |
Previous Message | Gregory Stark | 2008-03-25 19:54:17 | Re: writing a MIN(RECORD) aggregate |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2008-03-25 20:21:37 | Re: libpq type system 0.9a |
Previous Message | Neil Conway | 2008-03-25 19:42:44 | Re: tuplestore_putvalues() |