pgsql: Move comment back to better place

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move comment back to better place
Date: 2026-03-09 09:36:32
Message-ID: E1vzX2O-0037rw-1P@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move comment back to better place

Commit f014b1b9bb8 inserted some new code in between existing code and
a trailing comment. Move the comment back to near the code it belongs
to.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2799e29fb8b1346bd6eab625ce8ad508eab5dc81

Modified Files
--------------
configure | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2026-03-09 09:46:22 pgsql: Remove trailing period from errmsg in subscriptioncmds.c.
Previous Message Fujii Masao 2026-03-09 09:27:25 pgsql: doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD C