PostgreSQL Source Code  git master
JsonManifestParseContext Struct Reference

#include <parse_manifest.h>

Data Fields

void * private_data
 
json_manifest_version_callback version_cb
 
json_manifest_system_identifier_callback system_identifier_cb
 
json_manifest_per_file_callback per_file_cb
 
json_manifest_per_wal_range_callback per_wal_range_cb
 
json_manifest_error_callback error_cb
 

Detailed Description

Definition at line 40 of file parse_manifest.h.

Field Documentation

◆ error_cb

json_manifest_error_callback JsonManifestParseContext::error_cb

Definition at line 47 of file parse_manifest.h.

◆ per_file_cb

json_manifest_per_file_callback JsonManifestParseContext::per_file_cb

Definition at line 45 of file parse_manifest.h.

◆ per_wal_range_cb

json_manifest_per_wal_range_callback JsonManifestParseContext::per_wal_range_cb

Definition at line 46 of file parse_manifest.h.

◆ private_data

void* JsonManifestParseContext::private_data

Definition at line 42 of file parse_manifest.h.

◆ system_identifier_cb

json_manifest_system_identifier_callback JsonManifestParseContext::system_identifier_cb

Definition at line 44 of file parse_manifest.h.

◆ version_cb

json_manifest_version_callback JsonManifestParseContext::version_cb

Definition at line 43 of file parse_manifest.h.


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