PostgreSQL Source Code  git master
TestDecodingData Struct Reference

Data Fields

MemoryContext context
 
bool include_xids
 
bool include_timestamp
 
bool skip_empty_xacts
 
bool only_local
 

Detailed Description

Definition at line 27 of file test_decoding.c.

Field Documentation

◆ context

MemoryContext TestDecodingData::context

Definition at line 29 of file test_decoding.c.

◆ include_timestamp

bool TestDecodingData::include_timestamp

Definition at line 31 of file test_decoding.c.

◆ include_xids

bool TestDecodingData::include_xids

Definition at line 30 of file test_decoding.c.

◆ only_local

bool TestDecodingData::only_local

Definition at line 33 of file test_decoding.c.

◆ skip_empty_xacts

bool TestDecodingData::skip_empty_xacts

Definition at line 32 of file test_decoding.c.


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