Re: A possbile typo in src/bin/pg_dump.c - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: A possbile typo in src/bin/pg_dump.c
Date
Msg-id 20150320223039.GY6317@momjian.us
Whole thread Raw
In response to A possbile typo in src/bin/pg_dump.c  ("Amit Langote" <Langote_Amit_f8@lab.ntt.co.jp>)
List 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@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: GIN code managing entry insertion not able to differentiate fresh and old indexes
Next
From: Bruce Momjian
Date:
Subject: Re: PITR failing to stop before DROP DATABASE