Comment typo in _readExtensibleNode()

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Comment typo in _readExtensibleNode()
Date: 2016-05-06 07:26:35
Message-ID: 572C472B.8080101@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
readExtensibleNode-comment-typo.patch text/x-diff 492 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christian Ullrich 2016-05-06 08:02:24 Re: Initial release notes created for 9.6
Previous Message Fabien COELHO 2016-05-06 07:14:01 Re: Poorly-thought-out handling of double variables in pgbench