Re: [HACKERS] cast result of copyNode() - Mailing list pgsql-hackers

From David Steele
Subject Re: [HACKERS] cast result of copyNode()
Date
Msg-id 06a87dd4-f233-9482-edf7-82d501aeb4c5@pgmasters.net
Whole thread Raw
In response to Re: [HACKERS] cast result of copyNode()  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: [HACKERS] cast result of copyNode()  (Mark Dilger <hornschnorter@gmail.com>)
List pgsql-hackers
Hi Mark,

On 3/9/17 3:34 PM, Peter Eisentraut wrote:
> On 3/7/17 18:27, Mark Dilger wrote:
>> You appear to be using a #define macro to wrap a function of the same name
>> with the code:
>>
>> #define copyObject(obj) ((typeof(obj)) copyObject(obj))
>
> Yeah, that's a bit silly.  Here is an updated version that changes that.

Do you know when you'll have a chance to take a look at the updated patch?

-- 
-David
david@pgmasters.net



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)
Next
From: David Steele
Date:
Subject: [HACKERS] Re: Declarative partitioning optimization for large amount ofpartitions