fix SQL example syntax in file comment

Lists: pgsql-hackers
From: Jan Urbański <wulczer(at)wulczer(dot)org>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: fix SQL example syntax in file comment
Date: 2013-01-12 11:09:01
Message-ID: 50F1444D.6070301@wulczer.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi,

Here's a trivial patch that fixes a comment in execProcNode.c

For archeological interest, that comment dates back to when it was
written in POSTQUEL... The cleanup in
a9b1ff4c1d699c8aa615397d47bb3071275c64ef changed RETRIEVE to SELECT, but
forgot to add a FROM clause :)

Cheers,
Jan

Attachment Content-Type Size
missing-from-clause-in-comment.diff text/x-diff 423 bytes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Urbański <wulczer(at)wulczer(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: fix SQL example syntax in file comment
Date: 2013-01-14 20:49:23
Message-ID: 992.1358196563@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

=?UTF-8?B?SmFuIFVyYmHFhHNraQ==?= <wulczer(at)wulczer(dot)org> writes:
> Here's a trivial patch that fixes a comment in execProcNode.c

Applied, thanks.

> For archeological interest, that comment dates back to when it was
> written in POSTQUEL... The cleanup in
> a9b1ff4c1d699c8aa615397d47bb3071275c64ef changed RETRIEVE to SELECT, but
> forgot to add a FROM clause :)

Actually, that was perfectly legal back then.

regards, tom lane