fix SQL example syntax in file comment

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
Thread:
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit kapila 2013-01-12 14:07:26 Re: Performance Improvement by reducing WAL for Update Operation
Previous Message Simon Riggs 2013-01-12 11:06:05 Re: Performance Improvement by reducing WAL for Update Operation