#include "access/printsimple.h"
#include "catalog/pg_type.h"
-#include "fmgr.h"
#include "libpq/pqformat.h"
#include "utils/builtins.h"
#include "catalog/pg_class.h"
#include "catalog/pg_type.h"
-#include "fmgr.h"
#include "nodes/makefuncs.h"
#include "nodes/nodeFuncs.h"
#include "utils/lsyscache.h"
#include "postgres.h"
+#include "fmgr.h"
#include "miscadmin.h"
#include "access/xact.h"
#include "catalog/pg_publication.h"
+#include "fmgr.h"
+
#include "replication/logical.h"
#include "replication/logicalproto.h"
#include "replication/origin.h"
#ifndef BRIN_H
#define BRIN_H
-#include "fmgr.h"
#include "nodes/execnodes.h"
#include "utils/relcache.h"
#include "access/amapi.h"
#include "access/gist.h"
#include "access/itup.h"
-#include "fmgr.h"
#include "lib/pairingheap.h"
#include "storage/bufmgr.h"
#include "storage/buffile.h"
#include "access/amapi.h"
#include "access/itup.h"
#include "access/sdir.h"
-#include "fmgr.h"
#include "lib/stringinfo.h"
#include "storage/bufmgr.h"
#include "storage/lockdefs.h"
#include "access/amapi.h"
#include "access/xlogreader.h"
-#include "fmgr.h"
#include "lib/stringinfo.h"
#include <signal.h>
-#include "fmgr.h"
-
/*
* The number of SLRU page buffers we use for the notification queue.
*/
#define EXECUTOR_H
#include "executor/execdesc.h"
+#include "fmgr.h"
#include "nodes/lockoptions.h"
#include "nodes/parsenodes.h"
#include "utils/memutils.h"
#include <llvm-c/Core.h>
-#include "fmgr.h"
#include "jit/llvmjit.h"
#include "access/tupconvert.h"
#include "executor/instrument.h"
+#include "fmgr.h"
#include "lib/pairingheap.h"
#include "nodes/params.h"
#include "nodes/plannodes.h"
#define PATHNODES_H
#include "access/sdir.h"
-#include "fmgr.h"
#include "lib/stringinfo.h"
#include "nodes/params.h"
#include "nodes/parsenodes.h"
bool *parttypbyval;
/* Cached information about partition comparison functions. */
- FmgrInfo *partsupfunc;
+ struct FmgrInfo *partsupfunc;
} PartitionSchemeData;
typedef struct PartitionSchemeData *PartitionScheme;
#define PGSTAT_H
#include "datatype/timestamp.h"
-#include "fmgr.h"
#include "libpq/pqcomm.h"
#include "port/atomics.h"
#include "portability/instr_time.h"
extern void pgstat_count_truncate(Relation rel);
extern void pgstat_update_heap_dead_tuples(Relation rel, int delta);
-extern void pgstat_init_function_usage(FunctionCallInfo fcinfo,
+struct FunctionCallInfoBaseData;
+extern void pgstat_init_function_usage(struct FunctionCallInfoBaseData *fcinfo,
PgStat_FunctionCallUsage *fcu);
extern void pgstat_end_function_usage(PgStat_FunctionCallUsage *fcu,
bool finalize);
#ifndef PG_ORIGIN_H
#define PG_ORIGIN_H
-#include "fmgr.h"
#include "access/xlog.h"
#include "access/xlogdefs.h"
#include "access/xlogreader.h"
#ifndef SLOT_H
#define SLOT_H
-#include "fmgr.h"
#include "access/xlog.h"
#include "access/xlogreader.h"
#include "storage/condition_variable.h"
#include "access/xlog.h"
#include "access/xlogdefs.h"
-#include "fmgr.h"
#include "getaddrinfo.h" /* for NI_MAXHOST */
#include "replication/logicalproto.h"
#include "replication/walsender.h"
#include <signal.h>
-#include "fmgr.h"
-
/*
* What to do with a snapshot in create replication slot command.
*/
#ifndef BYTEA_H
#define BYTEA_H
-#include "fmgr.h"
typedef enum
#ifndef _FORMATTING_H_
#define _FORMATTING_H_
-#include "fmgr.h"
-
extern char *str_tolower(const char *buff, size_t nbytes, Oid collid);
extern char *str_toupper(const char *buff, size_t nbytes, Oid collid);
#include "catalog/pg_class.h"
#include "catalog/pg_index.h"
#include "catalog/pg_publication.h"
-#include "fmgr.h"
#include "nodes/bitmapset.h"
#include "rewrite/prs2lock.h"
#include "storage/block.h"
Oid *rd_opfamily; /* OIDs of op families for each index col */
Oid *rd_opcintype; /* OIDs of opclass declared input data types */
RegProcedure *rd_support; /* OIDs of support procedures */
- FmgrInfo *rd_supportinfo; /* lookup info for support procedures */
+ struct FmgrInfo *rd_supportinfo; /* lookup info for support procedures */
int16 *rd_indoption; /* per-column AM-specific flags */
List *rd_indexprs; /* index expression trees, if any */
List *rd_indpred; /* index predicate tree, if any */
#define SNAPMGR_H
#include "access/transam.h"
-#include "fmgr.h"
#include "utils/relcache.h"
#include "utils/resowner.h"
#include "utils/snapshot.h"
#include "access/itup.h"
#include "executor/tuptable.h"
-#include "fmgr.h"
#include "storage/dsm.h"
#include "utils/relcache.h"