pgsql: Fix file paths in comments

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix file paths in comments
Date: 2018-05-14 17:00:55
Message-ID: E1fIGqF-00050Z-Ov@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix file paths in comments

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/inet_cidr_ntop.c | 2 +-
src/port/inet_net_ntop.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-05-14 17:24:31 pgsql: Don't allow partitioned index on foreign-table partitions
Previous Message Alvaro Herrera 2018-05-14 16:14:45 pgsql: psql: have \d show FKs on partitioned tables