Emit dummy statements for probes.d probes when disabled
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 10 May 2021 09:36:26 +0000 (11:36 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 10 May 2021 11:56:21 +0000 (13:56 +0200)
commit0d204a4b09f74f2c2ca0d099d5a44ce422d6978d
tree154b0ff8756e9d2368fddd521cb5f9a98d58dabd
parent55fe672a92e3fab20d5126c05c35dfbc8d2b94a8
Emit dummy statements for probes.d probes when disabled

When building without --enable-dtrace, emit dummy

    do {} while (0)

statements for the stubbed-out TRACE_POSTGRESQL_foo() macros
instead of empty macros that totally elide the original probe
statement.

This fixes the

    warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]

introduced by b94409a02f.

Author: Craig Ringer <craig.ringer@2ndquadrant.com>
Discussion: https://www.postgresql.org/message-id/flat/20210504221531.cfvpmmdfsou6eitb%40alap3.anarazel.de
src/backend/utils/Gen_dummy_probes.pl
src/backend/utils/Gen_dummy_probes.sed