extern keyword incorrectly used in some function definitions - Mailing list pgsql-hackers

From David Rowley
Subject extern keyword incorrectly used in some function definitions
Date
Msg-id CAKJS1f9RKLWXcMBQhvDYhmsMEo+ALuNgA-NE+AX5Uoke9DJ2Xg@mail.gmail.com
Whole thread Raw
Responses Re: extern keyword incorrectly used in some function definitions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
While poking around partition.c I noticed that one of the functions
there is *defined* as "extern". Normally we'd only do this in the
declaration of the function. I don't really see why it's needed in the
definition.

Anyway, I removed it. I then thought I'd better look around for any
others too...

A patch is attached which removes them all, apart from the snowball
ones. I didn't touch those.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: [HACKERS] path toward faster partition pruning
Next
From: Laurenz Albe
Date:
Subject: NEXT VALUE FOR sequence