Re: Proposal: Make use of C99 designated initialisers fornulls/values arrays - Mailing list pgsql-hackers

From Joe Nelson
Subject Re: Proposal: Make use of C99 designated initialisers fornulls/values arrays
Date
Msg-id 20191002162233.5vr6sbstgohh3c3e@begriffs.com
Whole thread Raw
In response to Re: Proposal: Make use of C99 designated initialisers fornulls/values arrays  (Isaac Morland <isaac.morland@gmail.com>)
List pgsql-hackers
> If so, I don't suppose it's possible to give empty braces:
> 
> bool nulls[Natts_pg_attribute] = {};

GNU does add this capability as a nonstandard language extension, but
according to the C99 standard, no.



pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: Possible bug: SQL function parameter in window frame definition
Next
From: Tom Lane
Date:
Subject: Re: Possible bug: SQL function parameter in window frame definition