Re: [HACKERS] Bug with pg_basebackup and 'shared' tablespace - Mailing list pgsql-hackers

From Martín Marqués
Subject Re: [HACKERS] Bug with pg_basebackup and 'shared' tablespace
Date
Msg-id bb614397-bb0c-df8c-6fce-3bc1e11f0303@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] Bug with pg_basebackup and 'shared' tablespace  (Pierre Ducroquet <p.psql@pinaraf.info>)
List pgsql-hackers
El 13/09/17 a las 14:17, Pierre Ducroquet escribió:
> +    bool            firstfile = 1;

You are still assigning 1 to a bool (which is not incorrect) instead of
true or false as Michael mentioned before.

P.D.: I didn't go though all the thread and patch in depth so will not
comment further.

-- 
Martín Marqués                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Jesper Pedersen
Date:
Subject: Re: [HACKERS] path toward faster partition pruning
Next
From: "Bossart, Nathan"
Date:
Subject: Re: [HACKERS] Enhancements to passwordcheck