PostgreSQL Source Code git master
Loading...
Searching...
No Matches
TuplesortInstrumentation Struct Reference

#include <instrument_node.h>

Data Fields

TuplesortMethod sortMethod
 
TuplesortSpaceType spaceType
 
int64 spaceUsed
 

Detailed Description

Definition at line 144 of file instrument_node.h.

Field Documentation

◆ sortMethod

TuplesortMethod TuplesortInstrumentation::sortMethod

Definition at line 146 of file instrument_node.h.

Referenced by show_sort_info(), and tuplesort_get_stats().

◆ spaceType

TuplesortSpaceType TuplesortInstrumentation::spaceType

Definition at line 147 of file instrument_node.h.

Referenced by show_sort_info(), and tuplesort_get_stats().

◆ spaceUsed

int64 TuplesortInstrumentation::spaceUsed

Definition at line 148 of file instrument_node.h.

Referenced by show_sort_info(), and tuplesort_get_stats().


The documentation for this struct was generated from the following file: