Small bug in new backend build method

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Small bug in new backend build method
Date: 2008-03-15 21:41:45
Message-ID: 12276.1205617305@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Cristian Gafton 2008-03-16 00:04:14 Single table forcing sequential scans on query plans
Previous Message Gregory Stark 2008-03-15 20:31:16 Re: Commit fest?