Re: build remaining Flex files standalone

From: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: build remaining Flex files standalone
Date: 2022-09-04 05:16:10
Message-ID: CAFBsxsG08H_N4A6vg-sm_KOFzMpA49Zr2g262s=iK5XaL3gsTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Sep 3, 2022 at 1:29 AM Andres Freund <andres(at)anarazel(dot)de> wrote:

> > Subject: [PATCH v4 01/11] Preparatory refactoring for compiling guc-file.c
> > standalone
> > Subject: [PATCH v4 02/11] Move private declarations shared between guc.c and
> > guc-file.l to new header
> > Subject: [PATCH v4 03/11] Build guc-file.c standalone
>
> 01-03 are a bit more complicated, but still look not far off. There's a FIXME
> about failing headercheck.

Fixed by adding utils/guc.h to the new internal header, which now
lives in the same directory as guc.c and guc-file.l, similar to how I
did json path in the last patch. Also removed the bogus include from
v4 to . Pushed 01 and 02 separately, then squashed and pushed the
rest.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-09-04 05:20:52 Re: pg_basebackup's --gzip switch misbehaves
Previous Message Julien Rouhaud 2022-09-04 04:31:20 Re: Schema variables - new implementation for Postgres 15