pgsql: Rewrite maybe_reread_subscription() comment - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Rewrite maybe_reread_subscription() comment
Date
Msg-id E1tLzNQ-002Tiz-Gn@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Dump not-null constraints on inherited columns correctly
Next
From: Tom Lane
Date:
Subject: pgsql: Fix possible crash in pg_dump with identity sequences.