|
PostgreSQL Source Code git master
|
#include <xlog_internal.h>
Data Fields | |
| int | MaxConnections |
| int | max_worker_processes |
| int | max_wal_senders |
| int | max_prepared_xacts |
| int | max_locks_per_xact |
| int | wal_level |
| bool | wal_log_hints |
| bool | track_commit_timestamp |
Definition at line 273 of file xlog_internal.h.
| int xl_parameter_change::max_locks_per_xact |
Definition at line 279 of file xlog_internal.h.
Referenced by xlog_desc(), xlog_redo(), and XLogReportParameters().
| int xl_parameter_change::max_prepared_xacts |
Definition at line 278 of file xlog_internal.h.
Referenced by xlog_desc(), xlog_redo(), and XLogReportParameters().
| int xl_parameter_change::max_wal_senders |
Definition at line 277 of file xlog_internal.h.
Referenced by xlog_desc(), xlog_redo(), and XLogReportParameters().
| int xl_parameter_change::max_worker_processes |
Definition at line 276 of file xlog_internal.h.
Referenced by xlog_desc(), xlog_redo(), and XLogReportParameters().
| int xl_parameter_change::MaxConnections |
Definition at line 275 of file xlog_internal.h.
Referenced by xlog_desc(), xlog_redo(), and XLogReportParameters().
| bool xl_parameter_change::track_commit_timestamp |
Definition at line 282 of file xlog_internal.h.
Referenced by xlog_desc(), xlog_redo(), and XLogReportParameters().
| int xl_parameter_change::wal_level |
Definition at line 280 of file xlog_internal.h.
Referenced by SummarizeXlogRecord(), xlog_decode(), xlog_desc(), xlog_redo(), and XLogReportParameters().
| bool xl_parameter_change::wal_log_hints |
Definition at line 281 of file xlog_internal.h.
Referenced by xlog_desc(), xlog_redo(), and XLogReportParameters().