postgresql/contrib/isn
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules.
The basic rule we follow here is to always first include 'postgres.h' or
'postgres_fe.h' whichever is applicable, then system header includes and
then Postgres header includes.  In this, we also follow that all the
Postgres header includes are in order based on their ASCII value.  We
generally follow these rules, but the code has deviated in many places.
This commit makes it consistent just for contrib modules.  The later
commits will enforce similar rules in other parts of code.

Author: Vignesh C
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CALDaNm2Sznv8RR6Ex-iJO6xAdsxgWhCoETkaYX=+9DW3q0QCfA@mail.gmail.com
2019-10-24 08:05:34 +05:30
..
expected Fix wording in amvalidate error messages 2017-05-30 15:45:42 -04:00
sql Test all contrib-created operator classes with amvalidate. 2016-11-29 15:05:22 -05:00
.gitignore contrib/isn now needs a .gitignore file. 2015-08-02 23:57:32 -04:00
EAN13.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
ISBN.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
ISMN.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
ISSN.h Fix typos in comments. 2017-02-06 11:33:58 +02:00
Makefile Provide for contrib and pgxs modules to install include files. 2018-07-31 20:07:39 +01:00
UPC.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
isn--1.0--1.1.sql Update isn extension for parallel query. 2016-06-07 11:26:42 -04:00
isn--1.1--1.2.sql Distinguish selectivity of < from <= and > from >=. 2017-09-13 11:12:39 -04:00
isn--1.1.sql Update isn extension for parallel query. 2016-06-07 11:26:42 -04:00
isn--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 2014-08-25 18:30:37 +02:00
isn.c Make the order of the header file includes consistent in contrib modules. 2019-10-24 08:05:34 +05:30
isn.control Distinguish selectivity of < from <= and > from >=. 2017-09-13 11:12:39 -04:00
isn.h Update copyright for 2019 2019-01-02 12:44:25 -05:00