debug_assertions Deprecated Developer Parameter

类型: bool
默认: off
上下文: user
重新开始: false
弃用: 9.4

打开各种断言检查。这是调试助手。如果你经历了奇怪的问题或者崩溃,那么你可能会想把这个打开,因为它可能暴露编程的错误。要使用这个选项,我们必须在编译PostgreSQL的时候定义宏USE_ASSERT_CHECKING(通过configure选项--enable-cassert完成)。请注意,如果启用断言选项编译PostgreSQL,那么debug_assertions缺省就是on

建议 [EN]

Used for debugging PostgreSQL code problems; not for production use. Requires compile options.

条评论