Re: version() output vs. 32/64 bits - Mailing list pgsql-hackers

From Tom Lane
Subject Re: version() output vs. 32/64 bits
Date
Msg-id 13242.1230747934@sss.pgh.pa.us
Whole thread Raw
In response to Re: version() output vs. 32/64 bits  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Responses Re: version() output vs. 32/64 bits  (David Fetter <david@fetter.org>)
List pgsql-hackers
"Pavel Stehule" <pavel.stehule@gmail.com> writes:
> 2008/12/31 Alvaro Herrera <alvherre@commandprompt.com>:
>> Maybe we could have a separate function which returned the info in
>> various columns (OUT params).  Maybe it would be useful to normalize the
>> info as reported the buildfarm, which right now is a bit ad-hoc.

> All should be GUC read only variables - It is cheep.

Not as cheap as a single added function.  If we need to provide these
fields broken out --- and no one has demonstrated any need to do so ---
then I'd support Alvaro's suggestion.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: lazy_truncate_heap()
Next
From: Simon Riggs
Date:
Subject: Re: Latest version of Hot Standby patch