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
21
22#endif
static char buf[DEFAULT_XLOG_SEG_SIZE]
void pgpa_output_advice(StringInfo buf, pgpa_plan_walker_context *walker, pgpa_identifier *rt_identifiers)
Definition pgpa_output.c:78
static int fb(int x)