wal_receiver_create_temp_slot
一个配置参数,用于确定 walreceiver 是否应使用临时复制槽|
wal_receiver_create_temp_slot 是一个 配置参数,用于确定在未设置 primary_slot_name 时,walreceiver 是否应使用临时 复制槽。
wal_receiver_create_temp_slot 在 PostgreSQL 13 中被添加。
默认值
wal_receiver_create_temp_slot 的默认值为:off。
应用更改
对 wal_receiver_create_temp_slot 的更改可以通过 pg_reload_conf()、pg_ctl reload 或 SIGHUP 来应用。
详情
wal_receiver_create_temp_slot (PostgreSQL 19)
| 设置 |
off |
| 单位 |
|
| 类别 |
复制 / 备用服务器 |
| 简短描述 |
设置 WAL 接收器在未配置永久槽时是否应创建临时复制槽。 |
| 扩展描述 |
|
| 上下文 |
sighup |
| 变量类型 |
bool |
| 来源 |
默认 |
| 最小值 |
|
| 最大值 |
|
| 枚举值 |
|
| 启动值 |
off |
| 重置值 |
off |
| 源文件 |
|
| 源行 |
|
| 需要重启 |
false |
文档: wal_receiver_create_temp_slot
wal_receiver_create_temp_slot (PostgreSQL 18)
| 设置 |
off |
| 单位 |
|
| 类别 |
复制 / 备用服务器 |
| 简短描述 |
设置 WAL 接收器在未配置永久槽时是否应创建临时复制槽。 |
| 扩展描述 |
|
| 上下文 |
sighup |
| 变量类型 |
bool |
| 来源 |
默认 |
| 最小值 |
|
| 最大值 |
|
| 枚举值 |
|
| 启动值 |
off |
| 重置值 |
off |
| 源文件 |
|
| 源行 |
|
| 需要重启 |
false |
文档: wal_receiver_create_temp_slot
wal_receiver_create_temp_slot (PostgreSQL 17)
| 设置 |
off |
| 单位 |
|
| 类别 |
复制 / 备用服务器 |
| 简短描述 |
设置 WAL 接收器在未配置永久槽时是否应创建临时复制槽。 |
| 扩展描述 |
|
| 上下文 |
sighup |
| 变量类型 |
bool |
| 来源 |
默认 |
| 最小值 |
|
| 最大值 |
|
| 枚举值 |
|
| 启动值 |
off |
| 重置值 |
off |
| 源文件 |
|
| 源行 |
|
| 需要重启 |
false |
文档: wal_receiver_create_temp_slot
wal_receiver_create_temp_slot (PostgreSQL 16)
| 设置 |
off |
| 单位 |
|
| 类别 |
复制 / 备用服务器 |
| 简短描述 |
设置 WAL 接收器在未配置永久槽时是否应创建临时复制槽。 |
| 扩展描述 |
|
| 上下文 |
sighup |
| 变量类型 |
bool |
| 来源 |
默认 |
| 最小值 |
|
| 最大值 |
|
| 枚举值 |
|
| 启动值 |
off |
| 重置值 |
off |
| 源文件 |
|
| 源行 |
|
| 需要重启 |
false |
文档: wal_receiver_create_temp_slot
wal_receiver_create_temp_slot (PostgreSQL 15)
| 设置 |
off |
| 单位 |
|
| 类别 |
复制 / 备用服务器 |
| 简短描述 |
设置 WAL 接收器在未配置永久槽时是否应创建临时复制槽。 |
| 扩展描述 |
|
| 上下文 |
sighup |
| 变量类型 |
bool |
| 来源 |
默认 |
| 最小值 |
|
| 最大值 |
|
| 枚举值 |
|
| 启动值 |
off |
| 重置值 |
off |
| 源文件 |
|
| 源行 |
|
| 需要重启 |
false |
文档: wal_receiver_create_temp_slot
wal_receiver_create_temp_slot (PostgreSQL 14)
| 设置 |
off |
| 单位 |
|
| 类别 |
复制 / 备用服务器 |
| 简短描述 |
设置 WAL 接收器在未配置永久槽时是否应创建临时复制槽。 |
| 扩展描述 |
|
| 上下文 |
sighup |
| 变量类型 |
bool |
| 来源 |
默认 |
| 最小值 |
|
| 最大值 |
|
| 枚举值 |
|
| 启动值 |
off |
| 重置值 |
off |
| 源文件 |
|
| 源行 |
|
| 需要重启 |
false |
文档: wal_receiver_create_temp_slot
wal_receiver_create_temp_slot (PostgreSQL 13)
| 设置 |
off |
| 单位 |
|
| 类别 |
复制 / 备用服务器 |
| 简短描述 |
设置 WAL 接收器在未配置永久槽时是否应创建临时复制槽。 |
| 扩展描述 |
|
| 上下文 |
sighup |
| 变量类型 |
bool |
| 来源 |
默认 |
| 最小值 |
|
| 最大值 |
|
| 枚举值 |
|
| 启动值 |
off |
| 重置值 |
off |
| 源文件 |
|
| 源行 |
|
| 需要重启 |
false |
文档: wal_receiver_create_temp_slot
变更历史