pgsql: Fix gram.y comment to match reality

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix gram.y comment to match reality
Date: 2015-03-25 17:17:40
Message-ID: E1Yaow0-0003PO-MH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix gram.y comment to match reality

There are other comments in there that don't precisely match what's
implemented, but this one confused me enough to be worth fixing.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dc8e05295ab126bc4c943cab3e8e117489ecb246

Modified Files
--------------
src/backend/parser/gram.y | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-03-25 17:29:16 pgsql: Fix bug for array-formatted identities of user mappings
Previous Message Thom Brown 2015-03-25 09:31:54 Re: pgsql: Allow empty target list in SELECT.