pgsql: Put "inline" marker on declarations of inline functions. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Put "inline" marker on declarations of inline functions.
Date
Msg-id E1khf9c-000593-EL@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix expected output: the order of agg permission checks changed.
Next
From: David Rowley
Date:
Subject: pgsql: Tidy up definitions of pg_attribute_hot and pg_attribute_cold