Small bug in new backend build method - Mailing list pgsql-hackers

From Tom Lane
Subject Small bug in new backend build method
Date
Msg-id 12276.1205617305@sss.pgh.pa.us
Whole thread Raw
Responses Re: Small bug in new backend build method  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
I found that when I added a new .o file in backend/access/hash while
working in an already-built source tree, the objfiles.txt file in that
directory got updated, but the one in backend/access did not, leading to
link failure.  Seems there's a missing dependency for the upper-level
objfiles.txt files.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Commit fest?
Next
From: Cristian Gafton
Date:
Subject: Single table forcing sequential scans on query plans