pgsql: Fix thinko in comment - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix thinko in comment
Date
Msg-id E1T645p-0000LI-4D@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix DROP INDEX CONCURRENTLY IF EXISTS.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Remove analyze_new_cluster.sh on make clean, too