Re: cast result of copyNode()

From: David Steele <david(at)pgmasters(dot)net>
To: Mark Dilger <hornschnorter(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: cast result of copyNode()
Date: 2017-03-21 21:13:23
Message-ID: 06a87dd4-f233-9482-edf7-82d501aeb4c5@pgmasters.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)pgmasters(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Steele 2017-03-21 21:19:31 Re: Declarative partitioning optimization for large amount of partitions
Previous Message Robert Haas 2017-03-21 21:03:16 Re: Parallel tuplesort (for parallel B-Tree index creation)