Re: Typo fix in contrib/sepgsql/relation.c

Lists: pgsql-hackers
From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Typo fix in contrib/sepgsql/relation.c
Date: 2014-04-01 05:58:04
Message-ID: CA+HiwqG-AJf1oVV8OYce3PnxGjfqRNg5vf6g6V4UsvUzDEgteQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi,

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

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

Attached fixes this.

--
Amit

Attachment Content-Type Size
sepgsql-file-label-fix.patch application/octet-stream 387 bytes

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Typo fix in contrib/sepgsql/relation.c
Date: 2014-04-01 06:31:07
Message-ID: 533A5D2B.2030502@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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