pgsql: Fix indentation of comment in plannodes.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix indentation of comment in plannodes.h
Date: 2025-02-10 22:42:31
Message-ID: E1thcU3-006RaR-K0@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix indentation of comment in plannodes.h

Oversight in commit 3d17d7d7fb7a. Worth noting that pgindent was fine
as-is.

Author: Sami Imseih
Discussion: https://postgr.es/m/CAA5RZ0t80hP2aTv97QtEJy39GkxKmDBVDiTBApfiuTa4O=TEWQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/include/nodes/plannodes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-02-10 23:16:52 pgsql: Last-minute updates for release notes.
Previous Message Tom Lane 2025-02-10 21:31:34 pgsql: Adapt appendPsqlMetaConnect() to the new fmtId() encoding expect