Re: A possbile typo in src/bin/pg_dump.c

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: A possbile typo in src/bin/pg_dump.c
Date: 2015-03-20 22:30:39
Message-ID: 20150320223039.GY6317@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 25, 2014 at 02:45:00PM +0900, Amit Langote wrote:
>
> Hi,
>
> I found in pg_dump.c what I believe to be a typo.
>
> - * relationships are set up by doing ALTER INHERIT rather than
> using
> + * relationships are set up by doing ALTER TABLE INHERIT
> rather than using
>
> Attached fixes this if appropriate to do so.

Thanks, patch applied.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2015-03-20 22:35:49 Re: PITR failing to stop before DROP DATABASE
Previous Message Bruce Momjian 2015-03-20 22:27:55 Re: GIN code managing entry insertion not able to differentiate fresh and old indexes