Обсуждение: pgsql: Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION

Поиск
Список
Период
Сортировка

pgsql: Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION

От
tgl@postgresql.org (Tom Lane)
Дата:
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)