mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-22 22:11:29 +08:00
Fix duplicate #includes
This commit is contained in:
parent
a1666544a2
commit
6dddcaf4d0
@ -5,16 +5,15 @@
|
|||||||
*/
|
*/
|
||||||
#include <postgres.h>
|
#include <postgres.h>
|
||||||
#include <fmgr.h>
|
#include <fmgr.h>
|
||||||
|
#include <access/htup_details.h>
|
||||||
#include <catalog/namespace.h>
|
#include <catalog/namespace.h>
|
||||||
#include <nodes/value.h>
|
#include <catalog/pg_type.h>
|
||||||
#include <utils/lsyscache.h>
|
|
||||||
#include <utils/datum.h>
|
|
||||||
#include <lib/stringinfo.h>
|
|
||||||
#include <libpq/pqformat.h>
|
#include <libpq/pqformat.h>
|
||||||
#include "catalog/pg_type.h"
|
#include <lib/stringinfo.h>
|
||||||
|
#include <nodes/value.h>
|
||||||
|
#include <utils/datum.h>
|
||||||
#include <utils/lsyscache.h>
|
#include <utils/lsyscache.h>
|
||||||
#include <utils/syscache.h>
|
#include <utils/syscache.h>
|
||||||
#include <access/htup_details.h>
|
|
||||||
|
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
|
|
||||||
|
@ -4,16 +4,15 @@
|
|||||||
* LICENSE-APACHE for a copy of the license.
|
* LICENSE-APACHE for a copy of the license.
|
||||||
*/
|
*/
|
||||||
#include <postgres.h>
|
#include <postgres.h>
|
||||||
#include <utils/builtins.h>
|
|
||||||
#include <postmaster/bgworker.h>
|
|
||||||
#include <access/xact.h>
|
|
||||||
#include <pgstat.h>
|
|
||||||
#include <utils/memutils.h>
|
|
||||||
#include <utils/timestamp.h>
|
|
||||||
#include <miscadmin.h>
|
#include <miscadmin.h>
|
||||||
|
#include <pgstat.h>
|
||||||
|
#include <access/xact.h>
|
||||||
|
#include <postmaster/bgworker.h>
|
||||||
#include <storage/ipc.h>
|
#include <storage/ipc.h>
|
||||||
#include <tcop/tcopprot.h>
|
#include <tcop/tcopprot.h>
|
||||||
#include <utils/builtins.h>
|
#include <utils/builtins.h>
|
||||||
|
#include <utils/memutils.h>
|
||||||
|
#include <utils/timestamp.h>
|
||||||
|
|
||||||
#include "job.h"
|
#include "job.h"
|
||||||
#include "scanner.h"
|
#include "scanner.h"
|
||||||
|
@ -6,17 +6,13 @@
|
|||||||
#ifndef TIMESCALEDB_CROSS_MODULE_FN_H
|
#ifndef TIMESCALEDB_CROSS_MODULE_FN_H
|
||||||
#define TIMESCALEDB_CROSS_MODULE_FN_H
|
#define TIMESCALEDB_CROSS_MODULE_FN_H
|
||||||
|
|
||||||
#include <postgres.h>
|
|
||||||
#include <c.h>
|
|
||||||
#include <postgres.h>
|
#include <postgres.h>
|
||||||
#include <fmgr.h>
|
#include <fmgr.h>
|
||||||
#include <commands/event_trigger.h>
|
#include <commands/event_trigger.h>
|
||||||
|
#include <optimizer/planner.h>
|
||||||
#include <utils/timestamp.h>
|
#include <utils/timestamp.h>
|
||||||
#include <utils/jsonb.h>
|
#include <utils/jsonb.h>
|
||||||
|
|
||||||
#include <optimizer/planner.h>
|
|
||||||
|
|
||||||
#include "export.h"
|
#include "export.h"
|
||||||
#include "bgw/job.h"
|
#include "bgw/job.h"
|
||||||
#include "process_utility.h"
|
#include "process_utility.h"
|
||||||
|
@ -4,16 +4,15 @@
|
|||||||
* LICENSE-APACHE for a copy of the license.
|
* LICENSE-APACHE for a copy of the license.
|
||||||
*/
|
*/
|
||||||
#include <postgres.h>
|
#include <postgres.h>
|
||||||
#include <access/xact.h>
|
|
||||||
#include <catalog/namespace.h>
|
|
||||||
#include <utils/builtins.h>
|
|
||||||
#include <utils/lsyscache.h>
|
|
||||||
#include <access/relscan.h>
|
#include <access/relscan.h>
|
||||||
#include <access/xact.h>
|
#include <access/xact.h>
|
||||||
#include <storage/lmgr.h>
|
#include <catalog/namespace.h>
|
||||||
#include <storage/bufmgr.h>
|
#include <storage/bufmgr.h>
|
||||||
#include <storage/dsm.h>
|
#include <storage/dsm.h>
|
||||||
|
#include <storage/lmgr.h>
|
||||||
#include <storage/spin.h>
|
#include <storage/spin.h>
|
||||||
|
#include <utils/builtins.h>
|
||||||
|
#include <utils/lsyscache.h>
|
||||||
#include <utils/rel.h>
|
#include <utils/rel.h>
|
||||||
#include <utils/tqual.h>
|
#include <utils/tqual.h>
|
||||||
|
|
||||||
|
@ -4,14 +4,13 @@
|
|||||||
* LICENSE-APACHE for a copy of the license.
|
* LICENSE-APACHE for a copy of the license.
|
||||||
*/
|
*/
|
||||||
#include <postgres.h>
|
#include <postgres.h>
|
||||||
#include <access/xact.h>
|
|
||||||
#include <catalog/namespace.h>
|
|
||||||
#include <utils/builtins.h>
|
|
||||||
#include <utils/lsyscache.h>
|
|
||||||
#include <access/relscan.h>
|
#include <access/relscan.h>
|
||||||
#include <access/xact.h>
|
#include <access/xact.h>
|
||||||
#include <storage/lmgr.h>
|
#include <catalog/namespace.h>
|
||||||
#include <storage/bufmgr.h>
|
#include <storage/bufmgr.h>
|
||||||
|
#include <storage/lmgr.h>
|
||||||
|
#include <utils/builtins.h>
|
||||||
|
#include <utils/lsyscache.h>
|
||||||
#include <utils/rel.h>
|
#include <utils/rel.h>
|
||||||
#include <utils/tqual.h>
|
#include <utils/tqual.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user