pgsql: Add make dependency so that postgres.bki is rebuilt in major ver

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add make dependency so that postgres.bki is rebuilt in major ver
Date: 2012-05-09 17:54:53
Message-ID: E1SSB6D-0000I8-HJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add make dependency so that postgres.bki is rebuilt in major version change

Every time since the current rule for postgres.bki was put in place
when we change the major version, people complain that their tests
fail in strange ways. This is because the version number in
postgres.bki is not updated, because it has no dependency for that.
And you can't even force the rebuild manually if you don't happen to
know which file has the problem. Fix that now before it will happen
again.

The only remaining problem with switching major versions, as far as
the regression tests are concerned, is that contrib needs to be
rebuilt. But that's easily invoked, and in any case the failure modes
are more friendly if you forget that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5d39807a008a5a73999477a7b3c21b2165fee549

Modified Files
--------------
src/backend/catalog/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2012-05-09 18:44:00 Re: [COMMITTERS] pgsql: Split contrib documentation into extensions and programs
Previous Message Simon Riggs 2012-05-09 13:24:38 pgsql: Rename BgWriterShmem/Request to CheckpointerShmem/Request