Re: BUG #2531: missing header dependency in src/port/Makefile

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Alexander Dupuy" <alex(dot)dupuy(at)mac(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2531: missing header dependency in src/port/Makefile
Date: 2006-07-14 16:46:54
Message-ID: 29938.1152895614@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Alexander Dupuy" <alex(dot)dupuy(at)mac(dot)com> writes:
> While there is a dependency for path.o on the generated header file
> pg_config_paths.h, there is no such dependency for the "server" compiled
> version path_srv.o in the Makefile. With parallel make features enabled,
> this can result in an attempt to compile path_srv.o before the
> pg_config_paths.h file has been fully generated.

Thanks for the report. Patch applied back to 8.0.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tiziano Tissino 2006-07-15 18:39:43 BUG #2532: os.chdir call in plpython function doesn't work
Previous Message Tom Lane 2006-07-14 15:13:27 Re: pg_restore parameter( -n) not work