开发人员选项

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

backtrace_functions

Attribute 价值
类别 开发人员选项
Description 记录对这些函数中错误的回溯。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation backtrace_functions

debug_discard_caches

Attribute 价值
类别 开发人员选项
Description 出于调试目的,主动刷新系统缓存。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation debug_discard_caches

debug_io_direct

Attribute 价值
类别 开发人员选项
Description 使用直接 I/O 进行文件访问。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation debug_io_direct

debug_logical_replication_streaming

Attribute 价值
类别 开发人员选项
Description 强制在大型事务中立即进行流式传输或序列化更改。 在发布服务器上,它允许对逻辑解码中的每个更改进行流式处理或序列化。 在订阅者一侧,它允许对文件的所有更改进行序列化,并通知并行应用工作者在事务结束时读取并应用这些更改。
数据类型 set
默认值 buffered
允许的值 buffered
参数类型 只读的
Documentation 调试逻辑复制流

debug_parallel_query

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation debug_parallel_query

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略无效页面

Attribute 价值
类别 开发人员选项
Description 在页面无效故障后继续恢复。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_invalid_pages

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试程序注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 设置在连接启动时进行身份验证之后等待的时间长度。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 设置在连接启动时进行身份验证之前等待的时间长度。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

崩溃后删除临时文件

Attribute 价值
类别 开发人员选项
Description 在后端崩溃后删除临时文件。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 在崩溃后删除临时文件

发送崩溃中止命令

Attribute 价值
类别 开发人员选项
Description 在后端崩溃后,将 SIGABRT 而不是 SIGQUIT 发送到子进程。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation 发送终止以防崩溃

发送终止命令以执行杀掉操作

Attribute 价值
类别 开发人员选项
Description 将 SIGABRT 而不是 SIGKILL 发送到停滞的子进程。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation send_abort_for_kill

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_recovery_messages

Attribute 价值
类别 开发人员选项
Description 启用与恢复相关的调试信息的日志记录。
数据类型 枚举
默认值 log
允许的值 log
参数类型 只读的
Documentation trace_recovery_messages

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

backtrace_functions

Attribute 价值
类别 开发人员选项
Description 记录对这些函数中错误的回溯。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation backtrace_functions

debug_discard_caches

Attribute 价值
类别 开发人员选项
Description 出于调试目的,主动刷新系统缓存。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation debug_discard_caches

force_parallel_mode

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation force_parallel_mode

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略无效页面

Attribute 价值
类别 开发人员选项
Description 在页面无效故障后继续恢复。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_invalid_pages

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试程序注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 设置在连接启动时进行身份验证之后等待的时间长度。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 设置在连接启动时进行身份验证之前等待的时间长度。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_recovery_messages

Attribute 价值
类别 开发人员选项
Description 启用与恢复相关的调试信息的日志记录。
数据类型 枚举
默认值 log
允许的值 log
参数类型 只读的
Documentation trace_recovery_messages

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

backtrace_functions

Attribute 价值
类别 开发人员选项
Description 记录对这些函数中错误的回溯。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation backtrace_functions

debug_discard_caches

Attribute 价值
类别 开发人员选项
Description 出于调试目的,主动刷新系统缓存。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation debug_discard_caches

force_parallel_mode

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation force_parallel_mode

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略无效页面

Attribute 价值
类别 开发人员选项
Description 在页面无效故障后继续恢复。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_invalid_pages

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试程序注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证后,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证前,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

崩溃后删除临时文件

Attribute 价值
类别 开发人员选项
Description 在后端崩溃后删除临时文件。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_recovery_messages

Attribute 价值
类别 开发人员选项
Description 启用与恢复相关的调试信息的日志记录。
数据类型 枚举
默认值 log
允许的值 log
参数类型 只读的
Documentation trace_recovery_messages

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

backtrace_functions

Attribute 价值
类别 开发人员选项
Description 记录对这些函数中错误的回溯。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation backtrace_functions

force_parallel_mode

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation force_parallel_mode

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略无效页面

Attribute 价值
类别 开发人员选项
Description 在页面无效故障后继续恢复。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_invalid_pages

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证后,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证前,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_recovery_messages

Attribute 价值
类别 开发人员选项
Description 启用与恢复相关的调试信息的日志记录。
数据类型 枚举
默认值 log
允许的值 log
参数类型 只读的
Documentation trace_recovery_messages

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

force_parallel_mode

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation force_parallel_mode

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证后,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证前,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_recovery_messages

Attribute 价值
类别 开发人员选项
Description 启用与恢复相关的调试信息的日志记录。
数据类型 枚举
默认值 log
允许的值 log
参数类型 只读的
Documentation trace_recovery_messages

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages

allow_in_place_tablespaces

Attribute 价值
类别 开发人员选项
Description 允许直接位于 pg_tblspc 内的表空间进行测试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_in_place_tablespaces

allow_system_table_mods

Attribute 价值
类别 开发人员选项
Description 允许修改系统表的结构。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation allow_system_table_mods

force_parallel_mode

Attribute 价值
类别 开发人员选项
Description 强制使用并行查询工具。
数据类型 枚举
默认值 off
允许的值 off,on,regress
参数类型 dynamic
Documentation force_parallel_mode

ignore_checksum_failure

Attribute 价值
类别 开发人员选项
Description 在校验和故障后继续处理。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_checksum_failure

忽略系统索引

Attribute 价值
类别 开发人员选项
Description 禁止读取系统索引。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation ignore_system_indexes

jit_debugging_support

Attribute 价值
类别 开发人员选项
Description 向调试器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_debugging_support

jit_dump_bitcode

Attribute 价值
类别 开发人员选项
Description 写出 LLVM Bitcode 以方便 JIT 调试。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_dump_bitcode

jit_expressions

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译表达式。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_expressions

jit_profiling_support

Attribute 价值
类别 开发人员选项
Description 向性能探查器注册 JIT 编译的函数。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation jit_profiling_support

jit_tuple_deforming

Attribute 价值
类别 开发人员选项
Description 允许 JIT 编译元组变形。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation jit_tuple_deforming

post_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证后,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation post_auth_delay

pre_auth_delay

Attribute 价值
类别 开发人员选项
Description 身份验证前,在连接启动时等待 N 秒。
数据类型 整数
默认值 0
允许的值 0
参数类型 只读的
Documentation pre_auth_delay

trace_notify

Attribute 价值
类别 开发人员选项
Description 为 LISTEN 和 NOTIFY 生成调试输出。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_notify

trace_recovery_messages

Attribute 价值
类别 开发人员选项
Description 启用与恢复相关的调试信息的日志记录。
数据类型 枚举
默认值 log
允许的值 log
参数类型 只读的
Documentation trace_recovery_messages

trace_sort

Attribute 价值
类别 开发人员选项
Description 发出有关排序中资源使用情况的信息。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation trace_sort

wal_consistency_checking

Attribute 价值
类别 开发人员选项
Description 设置执行 WAL 一致性检查的 WAL 资源管理器。
数据类型 字符串
默认值
允许的值
参数类型 只读的
Documentation wal_consistency_checking

zero_damaged_pages

Attribute 价值
类别 开发人员选项
Description 继续处理已损坏的页眉。
数据类型 布尔
默认值 off
允许的值 off
参数类型 只读的
Documentation zero_damaged_pages