pgsql: Rewrite maybe_reread_subscription() comment

From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rewrite maybe_reread_subscription() comment
Date: 2024-12-13 06:42:17
Message-ID: E1tLzNQ-002Tiz-Gn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rewrite maybe_reread_subscription() comment

One sentence was gramatically wrong, but also too terse. Expand on it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3191eccd8a9bff1715f2e4fab86d2932a556185e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-12-13 19:21:54 pgsql: Fix possible crash in pg_dump with identity sequences.
Previous Message Álvaro Herrera 2024-12-13 06:40:46 pgsql: Dump not-null constraints on inherited columns correctly