git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 59c2617) | patch
Make the order of the header file includes consistent in contrib modules.
2019年10月23日 03:56:22 +0000 (09:26 +0530)
2019年10月24日 02:35:34 +0000 (08:05 +0530)
commit 7e735035f208418f31b91846ae3e8a381edb3af3
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
85 files changed:
contrib/bloom/blcost.c diff | blob | blame | history
contrib/bloom/blinsert.c diff | blob | blame | history
contrib/bloom/blscan.c diff | blob | blame | history
contrib/bloom/blutils.c diff | blob | blame | history
contrib/bloom/blvalidate.c diff | blob | blame | history
contrib/btree_gin/btree_gin.c diff | blob | blame | history
contrib/btree_gist/btree_enum.c diff | blob | blame | history
contrib/btree_gist/btree_inet.c diff | blob | blame | history
contrib/btree_gist/btree_numeric.c diff | blob | blame | history
contrib/btree_gist/btree_utils_var.c diff | blob | blame | history
contrib/cube/cube.c diff | blob | blame | history
contrib/dblink/dblink.c diff | blob | blame | history
contrib/hstore/hstore_gist.c diff | blob | blame | history
contrib/hstore/hstore_io.c diff | blob | blame | history
contrib/hstore/hstore_op.c diff | blob | blame | history
contrib/hstore_plpython/hstore_plpython.c diff | blob | blame | history
contrib/intarray/_int_bool.c diff | blob | blame | history
contrib/intarray/_int_gin.c diff | blob | blame | history
contrib/intarray/_int_gist.c diff | blob | blame | history
contrib/intarray/_int_op.c diff | blob | blame | history
contrib/intarray/_int_selfuncs.c diff | blob | blame | history
contrib/intarray/_int_tool.c diff | blob | blame | history
contrib/intarray/_intbig_gist.c diff | blob | blame | history
contrib/isn/isn.c diff | blob | blame | history
contrib/jsonb_plperl/jsonb_plperl.c diff | blob | blame | history
contrib/jsonb_plpython/jsonb_plpython.c diff | blob | blame | history
contrib/ltree/_ltree_gist.c diff | blob | blame | history
contrib/ltree/crc32.c diff | blob | blame | history
contrib/ltree/lquery_op.c diff | blob | blame | history
contrib/ltree/ltree_io.c diff | blob | blame | history
contrib/ltree/ltree_op.c diff | blob | blame | history
contrib/ltree_plpython/ltree_plpython.c diff | blob | blame | history
contrib/oid2name/oid2name.c diff | blob | blame | history
contrib/pageinspect/brinfuncs.c diff | blob | blame | history
contrib/pageinspect/btreefuncs.c diff | blob | blame | history
contrib/pageinspect/fsmfuncs.c diff | blob | blame | history
contrib/pageinspect/ginfuncs.c diff | blob | blame | history
contrib/pageinspect/hashfuncs.c diff | blob | blame | history
contrib/pageinspect/heapfuncs.c diff | blob | blame | history
contrib/pageinspect/rawpage.c diff | blob | blame | history
contrib/passwordcheck/passwordcheck.c diff | blob | blame | history
contrib/pg_standby/pg_standby.c diff | blob | blame | history
contrib/pg_trgm/trgm_gin.c diff | blob | blame | history
contrib/pg_trgm/trgm_gist.c diff | blob | blame | history
contrib/pg_trgm/trgm_op.c diff | blob | blame | history
contrib/pg_trgm/trgm_regexp.c diff | blob | blame | history
contrib/pgcrypto/crypt-md5.c diff | blob | blame | history
contrib/pgcrypto/internal.c diff | blob | blame | history
contrib/pgcrypto/mbuf.c diff | blob | blame | history
contrib/pgcrypto/openssl.c diff | blob | blame | history
contrib/pgcrypto/pgcrypto.c diff | blob | blame | history
contrib/pgcrypto/pgp-armor.c diff | blob | blame | history
contrib/pgcrypto/pgp-cfb.c diff | blob | blame | history
contrib/pgcrypto/pgp-compress.c diff | blob | blame | history
contrib/pgcrypto/pgp-decrypt.c diff | blob | blame | history
contrib/pgcrypto/pgp-encrypt.c diff | blob | blame | history
contrib/pgcrypto/pgp-info.c diff | blob | blame | history
contrib/pgcrypto/pgp-mpi-internal.c diff | blob | blame | history
contrib/pgcrypto/pgp-mpi-openssl.c diff | blob | blame | history
contrib/pgcrypto/pgp-mpi.c diff | blob | blame | history
contrib/pgcrypto/pgp-pgsql.c diff | blob | blame | history
contrib/pgcrypto/pgp-pubdec.c diff | blob | blame | history
contrib/pgcrypto/pgp-pubenc.c diff | blob | blame | history
contrib/pgcrypto/pgp-pubkey.c diff | blob | blame | history
contrib/pgcrypto/pgp-s2k.c diff | blob | blame | history
contrib/pgcrypto/pgp.c diff | blob | blame | history
contrib/pgcrypto/px-crypt.c diff | blob | blame | history
contrib/pgstattuple/pgstatapprox.c diff | blob | blame | history
contrib/postgres_fdw/connection.c diff | blob | blame | history
contrib/postgres_fdw/deparse.c diff | blob | blame | history
contrib/postgres_fdw/option.c diff | blob | blame | history
contrib/postgres_fdw/postgres_fdw.c diff | blob | blame | history
contrib/postgres_fdw/shippable.c diff | blob | blame | history
contrib/sepgsql/database.c diff | blob | blame | history
contrib/sepgsql/dml.c diff | blob | blame | history
contrib/sepgsql/hooks.c diff | blob | blame | history
contrib/sepgsql/label.c diff | blob | blame | history
contrib/sepgsql/proc.c diff | blob | blame | history
contrib/sepgsql/relation.c diff | blob | blame | history
contrib/sepgsql/schema.c diff | blob | blame | history
contrib/sepgsql/uavc.c diff | blob | blame | history
contrib/spi/moddatetime.c diff | blob | blame | history
contrib/tablefunc/tablefunc.c diff | blob | blame | history
contrib/tcn/tcn.c diff | blob | blame | history
contrib/vacuumlo/vacuumlo.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /