Re: BUG #2531: missing header dependency in src/port/Makefile - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2531: missing header dependency in src/port/Makefile
Date
Msg-id 29938.1152895614@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2531: missing header dependency in src/port/Makefile  ("Alexander Dupuy" <alex.dupuy@mac.com>)
List pgsql-bugs
"Alexander Dupuy" <alex.dupuy@mac.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_restore parameter( -n) not work
Next
From: "Tiziano Tissino"
Date:
Subject: BUG #2532: os.chdir call in plpython function doesn't work