pgsql: Fix typo in comment

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in comment
Date: 2017-04-10 17:44:32
Message-ID: E1cxdMe-0005Gn-ON@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/56dd8e85c40fef3e3c2c10afa186ee30416ec507

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-10 17:52:29 pgsql: Improve castNode notation by introducing list-extraction-specifi
Previous Message Robert Haas 2017-04-10 16:47:46 pgsql: Fix reporting of violations in ExecConstraints, again.