Обсуждение: Re: Exclude pg_largeobject form pg_dump

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

Re: Exclude pg_largeobject form pg_dump

От
Amul Sul
Дата:
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           not tested
Documentation:            tested, passed

Patch v6 looks good to me, passing to committer.

Thanks !

The new status of this patch is: Ready for Committer

Re: Exclude pg_largeobject form pg_dump

От
Stephen Frost
Дата:
Guillaume, Amul,

* Amul Sul (sulamul@gmail.com) wrote:
> The following review has been posted through the commitfest application:
> make installcheck-world:  tested, passed
> Implements feature:       tested, passed
> Spec compliant:           not tested
> Documentation:            tested, passed
>
> Patch v6 looks good to me, passing to committer.
>
> Thanks !
>
> The new status of this patch is: Ready for Committer

I've pushed this patch.  In the future if you are working with the
pg_dump TAP tests and add a new 'run', be sure to update the 'tests' to
indicate which tests should 'like' or 'unlike' that run.  If you have
any questions, feel free to ask.

Thanks!

Stephen

Re: Exclude pg_largeobject form pg_dump

От
Guillaume Lelarge
Дата:
2016-11-29 17:12 GMT+01:00 Stephen Frost <sfrost@snowman.net>:
Guillaume, Amul,

* Amul Sul (sulamul@gmail.com) wrote:
> The following review has been posted through the commitfest application:
> make installcheck-world:  tested, passed
> Implements feature:       tested, passed
> Spec compliant:           not tested
> Documentation:            tested, passed
>
> Patch v6 looks good to me, passing to committer.
>
> Thanks !
>
> The new status of this patch is: Ready for Committer

I've pushed this patch.  In the future if you are working with the
pg_dump TAP tests and add a new 'run', be sure to update the 'tests' to
indicate which tests should 'like' or 'unlike' that run.  If you have
any questions, feel free to ask.


Thank you. And thanks Amul for the review.


--