Re: [PoC PATCH] Parallel dump to /dev/null

From: "Andreas 'ads' Scherbaum" <adsmail(at)wars-nicht(dot)de>
To: Michael Banck <michael(dot)banck(at)credativ(dot)de>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PoC PATCH] Parallel dump to /dev/null
Date: 2018-03-05 14:15:19
Message-ID: CAMDzVO9PCDMzyutQ2KTt_SpBuniHs8EdWQE=ySgxUo1GM2eBww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 5, 2018 at 1:49 PM, Michael Banck <michael(dot)banck(at)credativ(dot)de>
wrote:

>
> In any case, new patch attached which does this.
>

The null device is already defined in port.h, as DEVNULL. No need to
redefine it as NULL_DEVICE.
Alternatively paths.h defines _PATH_DEVNULL.

Regards,

--
Andreas 'ads' Scherbaum
German PostgreSQL User Group
European PostgreSQL User Group - Board of Directors
Volunteer Regional Contact, Germany - PostgreSQL Project

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2018-03-05 14:24:47 Re: MCV lists for highly skewed distributions
Previous Message Emre Hasegeli 2018-03-05 14:04:01 Re: constraint exclusion and nulls in IN (..) clause