Re: [PoC PATCH] Parallel dump to /dev/null - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [PoC PATCH] Parallel dump to /dev/null
Date
Msg-id 20180301190052.firfecgwg75lgyaa@alvherre.pgsql
Whole thread Raw
In response to [PoC PATCH] Parallel dump to /dev/null  (Michael Banck <michael.banck@credativ.de>)
Responses Re: [PoC PATCH] Parallel dump to /dev/null  (Michael Banck <michael.banck@credativ.de>)
List pgsql-hackers
strdup -> pg_strdup()

I wonder if, instead of doing strcmp() all over the place, we should
give this behavior a separate boolean flag in lclContext.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Protect syscache from bloating with negative cache entries
Next
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] MERGE SQL Statement for PG11