Re: PATCH: Exclude unlogged tables from base backups - Mailing list pgsql-hackers

From Pavan Deolasee
Subject Re: PATCH: Exclude unlogged tables from base backups
Date
Msg-id CABOikdO-LL+-75ziNxDSRSZ7wY470yQExjkjw5Ucm15Qg7Ce3Q@mail.gmail.com
Whole thread Raw
In response to Re: PATCH: Exclude unlogged tables from base backups  (David Steele <david@pgmasters.net>)
Responses Re: PATCH: Exclude unlogged tables from base backups  (Pavan Deolasee <pavan.deolasee@gmail.com>)
List pgsql-hackers
On Fri, Mar 23, 2018 at 9:51 PM, David Steele <david@pgmasters.net> wrote:
On 3/23/18 12:14 PM, Teodor Sigaev wrote:
>
> Thank you, pushed


Is it just me or the newly added test in 010_pg_basebackup.pl failing for others too?

#   Failed test 'unlogged main fork not in backup'
#   at t/010_pg_basebackup.pl line 112.
t/010_pg_basebackup.pl ... 86/87 # Looks like you failed 1 test of 87.

I manually ran pg_basebackup and it correctly excludes the main fork on an unlogged table from the backup, but it consistently copies the main fork while running "make check" and thus fails the test.

Thanks,
Pavan

--
 Pavan Deolasee                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: PATCH: Configurable file mode mask
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types