pgsql: Adjust style of some debugging macros.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust style of some debugging macros.
Date: 2026-02-06 22:25:31
Message-ID: E1voUGY-001YvU-31@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)paquier(dot)xyz>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2026-02-06 22:54:20 pgsql: Placate ABI checker.
Previous Message Jacob Champion 2026-02-06 20:20:11 pgsql: Protect against small overread in SASLprep validation