assume availability of "inline" keyword - Mailing list pgsql-hackers

From Nathan Bossart
Subject assume availability of "inline" keyword
Date
Msg-id aZdGbDaV4_yKCMc-@nathan
Whole thread Raw
Responses Re: assume availability of "inline" keyword
List pgsql-hackers
I noticed some code that uses __inline__ (which IIUC is a gcc extension) as
well as a related configure check.  "inline" was first added to C99, and we
now require C11, so we can just assume it's there, right?  FWIW it looks
like meson builds don't bother checking this.

-- 
nathan

Attachment

pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: pg_stat_io_histogram
Next
From: Andres Freund
Date:
Subject: Re: Hash aggregate collisions cause excessive spilling