pgsql: Fix misplaced comment in snapbuild.c.

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix misplaced comment in snapbuild.c.
Date: 2026-09-10 20:33:38
Message-ID: E1x4lSi-00000004KqQ-3zg1@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix misplaced comment in snapbuild.c.

Commits 2bef06d516 and 240e0dbacd added code between the comment and
the assignment it describes, so the comment now appears to explain an
unrelated line. Move it back to its original place.

Author: Antonin Houska <ah(at)cybertec(dot)at>
Discussion: https://postgr.es/m/14864.1788978951@localhost

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/504fe10d1d260159369e10ff151ff28aaa091c44

Modified Files
--------------
src/backend/replication/logical/snapbuild.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Previous Message Nathan Bossart 2026-09-10 20:11:02 pgsql: Rename PqMsg_Progress to PqParallelMsg_Progress.