Re: pgsql: Move gramparse.h to src/backend/parser - Mailing list pgsql-committers

From John Naylor
Subject Re: pgsql: Move gramparse.h to src/backend/parser
Date
Msg-id CAFBsxsGCoEpiSWUBxnkKFq5S0oNtfB9P+rOjXtgiNLZYDfXa5w@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Move gramparse.h to src/backend/parser  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Move gramparse.h to src/backend/parser  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
On Thu, Sep 15, 2022 at 4:04 AM Andres Freund <andres@anarazel.de> wrote:
>
> The most general solution I can see would be
>
> diff --git i/src/backend/common.mk w/src/backend/common.mk
> index fa96a82b1a0..61861f5c7eb 100644
> --- i/src/backend/common.mk
> +++ w/src/backend/common.mk
> @@ -23,6 +23,7 @@ objfiles.txt: Makefile $(SUBDIROBJS) $(OBJS)
>
>  ifeq ($(with_llvm), yes)
>  objfiles.txt: $(patsubst %.o,%.bc, $(OBJS))
> +$(patsubst %.o,%.bc, $(OBJS)): $(OBJS)
>  endif

Since there have been no other ideas in the past few hours, I will
push this but it will be a blind attempt since it seems sporadic and
doesn't happen to reproduce for me.

--
John Naylor
EDB: http://www.enterprisedb.com



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Use the terminology "WAL file" not "log file" more consistently.
Next
From: John Naylor
Date:
Subject: pgsql: Blind attempt to fix LLVM dependency in the backend