PostgreSQL Source Code  git master
ParsedScript Struct Reference

Data Fields

const char * desc
 
int weight
 
Command ** commands
 
StatsData stats
 

Detailed Description

Definition at line 755 of file pgbench.c.

Field Documentation

◆ commands

◆ desc

const char* ParsedScript::desc

Definition at line 757 of file pgbench.c.

Referenced by addScript(), and advanceConnectionState().

◆ stats

StatsData ParsedScript::stats

Definition at line 760 of file pgbench.c.

Referenced by printResults(), and processXactStats().

◆ weight

int ParsedScript::weight

Definition at line 758 of file pgbench.c.

Referenced by chooseScript(), and main().


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