Re: [HACKERS] Missing comment for ResultRelInfo in execnodes.h

2017-06-21 Thread Peter Eisentraut
On 6/20/17 22:37, Etsuro Fujita wrote: > On 2017/06/21 3:30, Peter Eisentraut wrote: >> On 6/20/17 05:50, Etsuro Fujita wrote: >>> Here is a small patch to add a comment on its new member PartitionRoot. >> >> The existing comment style is kind of unusual. How about the attached >> to clean it up

Re: [HACKERS] Missing comment for ResultRelInfo in execnodes.h

2017-06-20 Thread Etsuro Fujita
On 2017/06/21 3:30, Peter Eisentraut wrote: On 6/20/17 05:50, Etsuro Fujita wrote: Here is a small patch to add a comment on its new member PartitionRoot. The existing comment style is kind of unusual. How about the attached to clean it up a bit? +1 for that change. Best regards, Etsuro

Re: [HACKERS] Missing comment for ResultRelInfo in execnodes.h

2017-06-20 Thread Peter Eisentraut
On 6/20/17 05:50, Etsuro Fujita wrote: > Here is a small patch to add a comment on its new member PartitionRoot. The existing comment style is kind of unusual. How about the attached to clean it up a bit? -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7

[HACKERS] Missing comment for ResultRelInfo in execnodes.h

2017-06-20 Thread Etsuro Fujita
Here is a small patch to add a comment on its new member PartitionRoot. Best regards, Etsuro Fujita diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index d33392f..7175a42 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -365,6 +365,7 @@