pgsql: Put "inline" marker on declarations of inline functions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Put "inline" marker on declarations of inline functions.
Date: 2020-11-24 20:43:12
Message-ID: E1khf9c-000593-EL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Put "inline" marker on declarations of inline functions.

I'm having a hard time telling whether the letter of the C standard
requires this, but we do have a couple of buildfarm members that
throw warnings when this is not done. Oversight in c532d15dd.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ec05bafdbbf474bf0a1416772da31f9f1f27fa1e

Modified Files
--------------
src/backend/commands/copyfromparse.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2020-11-24 21:53:13 pgsql: Tidy up definitions of pg_attribute_hot and pg_attribute_cold
Previous Message Heikki Linnakangas 2020-11-24 13:18:12 pgsql: Fix expected output: the order of agg permission checks changed.