pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
Date
Msg-id 20100106232351.D9B9D7541B9@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than
List pgsql-committers
Log Message:
-----------
PG_MAJORVERSION:

For simplicity, use PG_MAJORVERSION rather than PG_VERSION for creation
of the PG_VERSION file.

Modified Files:
--------------
    pgsql/src/backend/commands:
        tablespace.c (r1.67 -> r1.68)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablespace.c?r1=1.67&r2=1.68)
    pgsql/src/bin/initdb:
        initdb.c (r1.181 -> r1.182)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.181&r2=1.182)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix spccache.c to not suppose that a cache entry will live across
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: PG_MAJORVERSION: For simplicity, use PG_MAJORVERSION rather than