pgsql: Fix typo in logical truncate replication

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in logical truncate replication
Date: 2018-04-23 18:22:58
Message-ID: E1fAg78-0007mD-DH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in logical truncate replication

This could result in some misbehavior in a cascading replication setup.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/df044026fcaf60b22291c31f4290a3b09ecf5833

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-04-23 19:29:25 pgsql: Fix handling of partition bounds for boolean partitioning column
Previous Message Peter Eisentraut 2018-04-23 15:44:58 pgsql: Make Emacs settings match perltidy configuration