Re: C99 compliance for src/port/snprintf.c - Mailing list pgsql-hackers

From Andres Freund
Subject Re: C99 compliance for src/port/snprintf.c
Date
Msg-id 20180815214931.vlwsz4s55enbppna@alap3.anarazel.de
Whole thread Raw
In response to Re: C99 compliance for src/port/snprintf.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: C99 compliance for src/port/snprintf.c
List pgsql-hackers
Hi,

On 2018-08-15 15:57:43 -0400, Tom Lane wrote:
> I'd always thought this was only in C++.  This alone might be a sufficient
> reason to drop C89 compiler support ...

It's also IIRC reasonably widely supported from before C99. So, for the
sake of designated initializers, for loop scoping, snprintf, let's do
this in master?

Greetings,

Andres Freund


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Stored procedures and out parameters
Next
From: Andres Freund
Date:
Subject: Re: C99 compliance for src/port/snprintf.c