pgsql: Adjust style of some debugging macros. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Adjust style of some debugging macros.
Date
Msg-id E1voUGY-001YvU-31@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Adjust style of some debugging macros.

This commit adjusts a few debugging macros to match the style of
those in pg_config_manual.h.  Like commits 123661427b and
b4cbc106a6, these were discovered while reviewing Aleksander
Alekseev's proposed changes to pgindent.

Reviewed-by: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/aP-H6kSsGOxaB21k%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ba1e14134a775e56a76c1537936c61102827507f

Modified Files
--------------
src/backend/access/nbtree/nbtsort.c | 2 +-
src/backend/utils/adt/numeric.c     | 2 +-
src/include/executor/execdebug.h    | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Jacob Champion
Date:
Subject: pgsql: Protect against small overread in SASLprep validation
Next
From: Thomas Munro
Date:
Subject: pgsql: Placate ABI checker.