Re: "make report"

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: "make report"
Date: 2002-04-23 23:30:06
Message-ID: Pine.LNX.4.30.0204231918530.688-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Lockhart writes:

> I'd like to implement *something* to help us collect information on what
> platforms actually have what features. This would be useful, for
> example, for figuring out whether any platforms are lacking 8 byte
> integers or are missing timezone infrastructure.

I don't think that's very useful. Most configuration checks are there
because some platform needed them at one point. (Some are not -- that's a
different story.) Those platforms do not go away, and receiving thousands
of reports about "I have feature X" won't prove that there are no systems
without feature X.

If you want to collect information about what features are portable you
can check other software packages, product manuals, ports trees, etc.
Most issues are documented someplace.

Btw., yes, 8 byte integers are missing on some platforms.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-04-23 23:46:10 Re: ?Missing '#define FUNC_MAX_ARGS' in pg_config.h.win32?
Previous Message Bruce Momjian 2002-04-23 20:55:57 Re: How to know whether a table is locked ?