PostgreSQL Source Code  git master
sqlparseInfo Struct Reference

#include <pg_backup_archiver.h>

Data Fields

sqlparseState state
 
bool backSlash
 
PQExpBuffer curCmd
 

Detailed Description

Definition at line 149 of file pg_backup_archiver.h.

Field Documentation

◆ backSlash

bool sqlparseInfo::backSlash

Definition at line 152 of file pg_backup_archiver.h.

Referenced by ExecuteSimpleCommands().

◆ curCmd

PQExpBuffer sqlparseInfo::curCmd

Definition at line 153 of file pg_backup_archiver.h.

Referenced by DeCloneArchive(), and ExecuteSimpleCommands().

◆ state

sqlparseState sqlparseInfo::state

Definition at line 151 of file pg_backup_archiver.h.

Referenced by ExecuteSimpleCommands().


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