Re: pgsql: Silence some Coverity warnings and improve code consistency. - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: Silence some Coverity warnings and improve code consistency.
Date
Msg-id 3f7a17f6-42e4-9de8-9984-4b0bbdec737f@enterprisedb.com
Whole thread Raw
In response to pgsql: Silence some Coverity warnings and improve code consistency.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Silence some Coverity warnings and improve code consistency.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 11.04.21 23:02, Tom Lane wrote:
> ... or more accurately, with an LL constant, which is not project
> style.  Make all of these use INT64CONST(), as we do elsewhere.

I think this style could be considered obsolete because C99 requires LL 
constants, and configure checks for it.



pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Move log_autovacuum_min_duration into its correct sections
Next
From: Fujii Masao
Date:
Subject: pgsql: Support tab-complete for TRUNCATE on foreign tables.