pgsql: Allow C array definitions to use sizeof().

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow C array definitions to use sizeof().
Date: 2013-11-24 11:53:11
Message-ID: E1VkYFT-00038v-Mr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow C array definitions to use sizeof().

When parsing C variable definitions ecpg should allow sizeof() operators as array dimensions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/08d1b22b3be2305ad6b83ca275829ff26305f5d7

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.trailer | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-11-24 18:09:45 pgsql: Fix new and latent bugs with errno handling in secure_read/secur
Previous Message Michael Meskes 2013-11-24 11:27:42 pgsql: Distinguish between C and SQL mode for C-style comments.