pgsql: Modernize struct declarations in snapbuild.h

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Modernize struct declarations in snapbuild.h
Date: 2026-04-04 22:22:57
Message-ID: E1w99OK-002yhc-2q@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Modernize struct declarations in snapbuild.h

Just a cosmetic cleanup.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/69c11f0545a027fdcb32254b546a0cd431823e4f

Modified Files
--------------
src/include/replication/snapbuild.h | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2026-04-05 01:54:01 pgsql: Fix unused function warning on Arm platforms
Previous Message Álvaro Herrera 2026-04-04 19:02:13 pgsql: Make index_concurrently_create_copy more general