pgsql: Add C comment that '=' is not documented for plpgsql assignment.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add C comment that '=' is not documented for plpgsql assignment.
Date: 2012-08-15 16:01:08
Message-ID: E1T1g1s-0002R0-AG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add C comment that '=' is not documented for plpgsql assignment.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1d9a6ae8555da4a7de0046c61264748602ff6086

Modified Files
--------------
src/pl/plpgsql/src/gram.y | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-08-15 20:04:10 pgsql: Document why you can't use date_trunc("week") on intervals.
Previous Message Tom Lane 2012-08-15 15:51:58 Re: [COMMITTERS] pgsql: Revert "commit_delay" change; just add comment that we don't hav