Typo fix in contrib/sepgsql/relation.c

Started by Amit Langotealmost 12 years ago2 messages
#1Amit Langote
amitlangote09@gmail.com
1 attachment(s)

Hi,

Just noticed the following in contrib/sepgsql/relation.c:

1 /* -------------------------------------------------------------------------
2 *
3 * contrib/sepgsql/label.c
4 *

Attached fixes this.

--
Amit

Attachments:

sepgsql-file-label-fix.patchapplication/octet-stream; name=sepgsql-file-label-fix.patchDownload
diff --git a/contrib/sepgsql/relation.c b/contrib/sepgsql/relation.c
index d88358e..14c877e 100644
--- a/contrib/sepgsql/relation.c
+++ b/contrib/sepgsql/relation.c
@@ -1,6 +1,6 @@
 /* -------------------------------------------------------------------------
  *
- * contrib/sepgsql/label.c
+ * contrib/sepgsql/relation.c
  *
  * Routines corresponding to relation/attribute objects
  *
#2Heikki Linnakangas
hlinnakangas@vmware.com
In reply to: Amit Langote (#1)
Re: Typo fix in contrib/sepgsql/relation.c

On 04/01/2014 08:58 AM, Amit Langote wrote:

Hi,

Just noticed the following in contrib/sepgsql/relation.c:

1 /* -------------------------------------------------------------------------
2 *
3 * contrib/sepgsql/label.c
4 *

Attached fixes this.

Thanks, fixed.

- Heikki

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers