]> granicus.if.org Git - postgresql/commit
Remove bogus "extern" annotations on function definitions.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Feb 2018 17:07:44 +0000 (12:07 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Feb 2018 17:07:44 +0000 (12:07 -0500)
commit524d64ea8e3e49b4fda41ff9b2f048b697384058
treed6b40bcebf91ebdad805aac2fd91ea001e04e495
parent8c44802b6ed4846accb08e2ffe93040b8b42aae9
Remove bogus "extern" annotations on function definitions.

While this is not illegal C, project style is to put "extern" only on
declarations not definitions.

David Rowley

Discussion: https://postgr.es/m/CAKJS1f9RKLWXcMBQhvDYhmsMEo+ALuNgA-NE+AX5Uoke9DJ2Xg@mail.gmail.com
contrib/postgres_fdw/deparse.c
contrib/postgres_fdw/postgres_fdw.c
src/backend/catalog/index.c
src/backend/catalog/partition.c
src/backend/foreign/foreign.c
src/backend/storage/ipc/shm_toc.c
src/backend/utils/adt/json.c