PostgreSQL Source Code
git master
Loading...
Searching...
No Matches
pgpa_output.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* pgpa_output.h
4
* produce textual output from the results of a plan tree walk
5
*
6
* Copyright (c) 2016-2026, PostgreSQL Global Development Group
7
*
8
* contrib/pg_plan_advice/pgpa_output.h
9
*
10
*-------------------------------------------------------------------------
11
*/
12
#ifndef PGPA_OUTPUT_H
13
#define PGPA_OUTPUT_H
14
15
#include "
pgpa_identifier.h
"
16
#include "
pgpa_walker.h
"
17
18
extern
void
pgpa_output_advice
(
StringInfo
buf
,
19
pgpa_plan_walker_context
*
walker
,
20
pgpa_identifier
*
rt_identifiers
);
21
22
#endif
buf
static char buf[DEFAULT_XLOG_SEG_SIZE]
Definition
pg_test_fsync.c:71
pgpa_identifier.h
pgpa_output_advice
void pgpa_output_advice(StringInfo buf, pgpa_plan_walker_context *walker, pgpa_identifier *rt_identifiers)
Definition
pgpa_output.c:78
pgpa_walker.h
fb
static int fb(int x)
Definition
preproc-init.c:92
StringInfoData
Definition
stringinfo.h:47
pgpa_identifier
Definition
pgpa_identifier.h:20
pgpa_plan_walker_context
Definition
pgpa_walker.h:113
contrib
pg_plan_advice
pgpa_output.h
Generated on Fri Mar 13 2026 12:13:10 for PostgreSQL Source Code by
1.9.8