Thanks to visit codestin.com
Credit goes to doxygen.postgresql.org

PostgreSQL Source Code git master
TuplesortClusterArg Struct Reference

Data Fields

TupleDesc tupDesc
 
IndexInfoindexInfo
 
EStateestate
 

Detailed Description

Definition at line 109 of file tuplesortvariants.c.

Field Documentation

◆ estate

EState* TuplesortClusterArg::estate

Definition at line 114 of file tuplesortvariants.c.

◆ indexInfo

IndexInfo* TuplesortClusterArg::indexInfo

Definition at line 113 of file tuplesortvariants.c.

◆ tupDesc

TupleDesc TuplesortClusterArg::tupDesc

Definition at line 111 of file tuplesortvariants.c.


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