pgsql: Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION
Date
Msg-id 20100106195629.649587541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION which is
overridden in the snapshot build script.  $MAJORVERSION is what it really
wanted anyway, so we can tighten up the parsing of --set-version's argument.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        Makefile (r1.75 -> r1.76)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/Makefile?r1=1.75&r2=1.76)
        genbki.pl (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/genbki.pl?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Skip rebuilding of relation array when we
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make error messages for bad --set-version argument more useful.