pgsql: Fix thinko in comment

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in comment
Date: 2012-08-27 18:31:21
Message-ID: E1T645p-0000LI-4D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in comment

It was confusing symlinks with hard links.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/34c02044ed7e7defde5a853b26dcd806c872d974

Modified Files
--------------
contrib/pg_upgrade/file.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-08-27 19:01:28 pgsql: Back-patch fixes for some issues in our Windows socket code into
Previous Message Tom Lane 2012-08-27 16:46:05 pgsql: Fix DROP INDEX CONCURRENTLY IF EXISTS.