pgsql: Message style fixes

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Message style fixes
Date: 2022-09-07 15:34:51
Message-ID: E1oVx4l-001rxC-FE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Message style fixes

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/144cefac92644f338c35b77f6d9b4a9456c80563

Modified Files
--------------
src/backend/replication/logical/worker.c | 6 +++---
src/backend/utils/init/postinit.c | 7 ++++---
src/backend/utils/misc/guc.c | 2 +-
src/test/subscription/t/029_on_error.pl | 2 +-
4 files changed, 9 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-09-08 01:39:38 pgsql: Raise a warning if there is a possibility of data from multiple
Previous Message David Rowley 2022-09-07 12:20:53 pgsql: Make MemoryContextContains work correctly again