Zeugswetter Andreas SB writes:
> I think in PostgreSQL there is also a third category: "features" that affect on disk
> storage of data.
We have those already, for example the locale collation order. They are
determined when initdb is run and are then fixed for the database cluster.
> > So I w
Zeugswetter Andreas SB writes:
> > I do not have the original thread where Andreas describes the behavior
> > of mktime() on his machine. Andreas, can you suggest a simple configure
> > test to be used?
>
> #include
> int main()
> {
> struct tm tt, *tm=&tt;
> int i = -5000;
> tm