Обсуждение: with oids option not removed in pg_dumpall

Поиск
Список
Период
Сортировка

with oids option not removed in pg_dumpall

От
Surafel Temesgen
Дата:
Hello,
Commit 578b229718e8f remove oids option from pg_dump but its is
still in pg_dumpall .The attach patch remove it
regards
Surafel
Вложения

Re: with oids option not removed in pg_dumpall

От
Michael Paquier
Дата:
On Tue, May 21, 2019 at 09:31:48AM +0300, Surafel Temesgen wrote:
> Commit 578b229718e8f remove oids option from pg_dump but its is
> still in pg_dumpall .The attach patch remove it

Good catch.  Your cleanup looks correct to me.  Andres, perhaps you
would prefer doing the cleanup yourself?
--
Michael

Вложения

Re: with oids option not removed in pg_dumpall

От
Michael Paquier
Дата:
On Tue, May 21, 2019 at 05:24:57PM +0900, Michael Paquier wrote:
> Good catch.  Your cleanup looks correct to me.  Andres, perhaps you
> would prefer doing the cleanup yourself?

As I am cleaning up the area for another issue, applied.
--
Michael

Вложения

Re: with oids option not removed in pg_dumpall

От
Surafel Temesgen
Дата:
Thank you for applying

regards
Surafel

On Thu, May 23, 2019 at 3:43 AM Michael Paquier <michael@paquier.xyz> wrote:
On Tue, May 21, 2019 at 05:24:57PM +0900, Michael Paquier wrote:
> Good catch.  Your cleanup looks correct to me.  Andres, perhaps you
> would prefer doing the cleanup yourself?

As I am cleaning up the area for another issue, applied.
--
Michael

Re: with oids option not removed in pg_dumpall

От
Andres Freund
Дата:
Hi,

On 2019-05-23 16:26:38 +0300, Surafel Temesgen wrote:
> Thank you for applying
> 
> regards
> Surafel
> 
> On Thu, May 23, 2019 at 3:43 AM Michael Paquier <michael@paquier.xyz> wrote:
> 
> > On Tue, May 21, 2019 at 05:24:57PM +0900, Michael Paquier wrote:
> > > Good catch.  Your cleanup looks correct to me.  Andres, perhaps you
> > > would prefer doing the cleanup yourself?
> >
> > As I am cleaning up the area for another issue, applied.

Thanks for finding and applying.

Greetings,

Andres Freund