Make the order of the header file includes consistent.
authorAmit Kapila <akapila@postgresql.org>
Mon, 25 Nov 2019 02:38:57 +0000 (08:08 +0530)
committerAmit Kapila <akapila@postgresql.org>
Mon, 25 Nov 2019 02:38:57 +0000 (08:08 +0530)
commite0487223ecac9cbb7f673e4ff6d2e4086e591abf
tree31eda4c126c75e7915b451cbbfb739984b68c9be
parent2aa84520b3508dda273b9bbffab7bf87f0d98bf8
Make the order of the header file includes consistent.

Similar to commits 14aec035027e735035f2 and dddf4cdc33, this commit
makes the order of header file inclusion consistent in more places.

Author: Vignesh C
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CALDaNm2Sznv8RR6Ex-iJO6xAdsxgWhCoETkaYX=+9DW3q0QCfA@mail.gmail.com
78 files changed:
contrib/bloom/bloom.h
contrib/btree_gist/btree_gist.h
contrib/btree_gist/btree_utils_num.h
contrib/btree_gist/btree_utils_var.h
contrib/postgres_fdw/postgres_fdw.h
src/backend/libpq/auth.c
src/bin/pg_basebackup/receivelog.h
src/bin/pg_basebackup/streamutil.h
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_rewind/datapagemap.h
src/bin/pg_rewind/filemap.h
src/bin/pg_rewind/pg_rewind.h
src/bin/pg_waldump/pg_waldump.c
src/bin/psql/command.c
src/bin/psql/command.h
src/bin/psql/common.h
src/bin/psql/prompt.h
src/bin/psql/settings.h
src/bin/psql/tab-complete.c
src/bin/scripts/common.h
src/include/access/gin_private.h
src/include/access/hio.h
src/include/access/htup_details.h
src/include/access/relation.h
src/include/access/table.h
src/include/access/twophase.h
src/include/catalog/pg_constraint.h
src/include/catalog/pg_conversion.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_publication.h
src/include/catalog/pg_replication_origin.h
src/include/catalog/pg_subscription_rel.h
src/include/catalog/pg_type.h
src/include/commands/event_trigger.h
src/include/executor/nodeBitmapHeapscan.h
src/include/executor/nodeIndexonlyscan.h
src/include/executor/tuptable.h
src/include/funcapi.h
src/include/jit/llvmjit.h
src/include/nodes/execnodes.h
src/include/replication/decode.h
src/include/replication/logical.h
src/include/replication/walreceiver.h
src/include/rewrite/rewriteHandler.h
src/include/statistics/extended_stats_internal.h
src/include/storage/buf_internals.h
src/include/storage/condition_variable.h
src/include/storage/lock.h
src/include/storage/lwlock.h
src/include/storage/standby.h
src/include/tsearch/ts_locale.h
src/include/utils/date.h
src/include/utils/jsonpath.h
src/include/utils/pg_lsn.h
src/include/utils/xml.h
src/interfaces/ecpg/ecpglib/descriptor.c
src/interfaces/ecpg/ecpglib/ecpglib_extern.h
src/interfaces/ecpg/ecpglib/misc.c
src/interfaces/ecpg/include/ecpglib.h
src/interfaces/ecpg/preproc/preproc_extern.h
src/pl/plperl/plperl.c
src/pl/plpython/plpy_cursorobject.c
src/pl/plpython/plpy_elog.c
src/pl/plpython/plpy_exec.c
src/pl/plpython/plpy_main.c
src/pl/plpython/plpy_planobject.c
src/pl/plpython/plpy_plpymodule.c
src/pl/plpython/plpy_procedure.c
src/pl/plpython/plpy_resultobject.c
src/pl/plpython/plpy_spi.c
src/pl/plpython/plpy_spi.h
src/pl/plpython/plpy_subxactobject.c
src/pl/plpython/plpy_subxactobject.h
src/pl/plpython/plpy_typeio.c
src/pl/plpython/plpy_typeio.h
src/pl/plpython/plpy_util.c
src/test/modules/test_ginpostinglist/test_ginpostinglist.c