Re: [HACKERS] Comment typo in _readExtensibleNode()

2016-07-07 Thread Robert Haas
On Fri, May 6, 2016 at 3:26 AM, Amit Langote wrote: > Attached fixes a minor typo comment in _readExtensibleNode(). > > s/skip: extnodename/skip :extnodename/g > > I was confused at first as to why there is a skip extnodename on one line > and get extnodename right on the next line as the comments

[HACKERS] Comment typo in _readExtensibleNode()

2016-05-06 Thread Amit Langote
Attached fixes a minor typo comment in _readExtensibleNode(). s/skip: extnodename/skip :extnodename/g I was confused at first as to why there is a skip extnodename on one line and get extnodename right on the next line as the comments say, :) Thanks, Amit diff --git a/src/backend/nodes/readfuncs