pgsql: Update SELECT version() to show whether it is a 32 or 64-bit - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Update SELECT version() to show whether it is a 32 or 64-bit
Date
Msg-id 20090106030523.AA862754A17@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update SELECT version() to show whether it is a 32 or 64-bit backend binary.

Modified Files:
--------------
    pgsql:
        configure (r1.620 -> r1.621)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.620&r2=1.621)
        configure.in (r1.579 -> r1.580)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.579&r2=1.580)
    pgsql/doc/src/sgml:
        start.sgml (r1.47 -> r1.48)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/start.sgml?r1=1.47&r2=1.48)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Supress compiler warning.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Suppress compiler warning in a different way, per Alvaro.