From 9af4159fce6654aa0e081b00d02bca40b978745c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 29 May 2013 16:58:43 -0400 Subject: pgindent run for release 9.3 This is the first run of the Perl-based pgindent script. Also update pgindent instructions. --- src/common/relpath.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/common/relpath.c') diff --git a/src/common/relpath.c b/src/common/relpath.c index 18fe4d1fe36..52f6b751e3b 100644 --- a/src/common/relpath.c +++ b/src/common/relpath.c @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * relpath.c - * Shared frontend/backend code to find out pathnames of relation files + * Shared frontend/backend code to find out pathnames of relation files * * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * src/common/relpath.c + * src/common/relpath.c * *------------------------------------------------------------------------- */ @@ -159,4 +159,3 @@ relpathbackend(RelFileNode rnode, BackendId backend, ForkNumber forknum) } return path; } - -- cgit v1.2.3