Re: Undesirable entries in typedefs list - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Undesirable entries in typedefs list
Date
Msg-id 20180324174140.e4uchqrogvdqb2wr@alap3.anarazel.de
Whole thread Raw
In response to Re: Undesirable entries in typedefs list  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Undesirable entries in typedefs list  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hi,

On 2018-03-24 13:34:45 -0400, Tom Lane wrote:
> That was my first thought as well, since this seems to have changed
> quite recently.  I don't think it's a bad idea to be collecting typedefs
> from something that compiles that code, because otherwise our own
> typedefs in that area won't be known.

The number of typedefs we actually use is fairly small (~5-7), so we
could realistically maintain the them manually.

I'm about to head out, but afterwards I'm going to check what the
typedefs collected actually are when LLVM is enabled.

Greetings,

Andres Freund


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Undesirable entries in typedefs list
Next
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] MERGE SQL Statement for PG11