Bruce Momjian wrote:
> Tom Lane wrote:
>> Bruce Momjian <br...@momjian.us> writes:
>>> So what do we want to do for 8.4?  Add 32/64-bit version() indicator and
>>> add OUT parameters to the TODO list?
>> +1.  There seems a good case for making the 32/64bit distinction
>> visible somewhere, and the text version string is as good as anyplace.
> 
> OK, done with the attached patch, and autoconf run.  Magnus, would you
> add this change to the MSVC build?  Thanks.
> 
>   test=> select version();
>                                  version
>   --------------------------------------------------------------------------
> 
>    PostgreSQL 8.4devel on i386-pc-bsdi4.3.1, compiled by GCC 2.95.3, 32-bit
>   (1 row)
> 
> 

Done.

postgres=# select version();
                            version
----------------------------------------------------------------
 PostgreSQL 8.4devel, compiled by Visual C++ build 1400, 32-bit
(1 row)

//Magnus

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to