pgsql: Add pg_assume(expr) macro - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Add pg_assume(expr) macro
Date
Msg-id E1uZe5R-005UkZ-1g@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add pg_assume(expr) macro

This macro can be used to avoid compiler warnings, particularly when using -O3
and not using assertions, and to get the compiler to generate better code.

A subsequent commit introduces a first user.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/3prdb6hkep3duglhsujrn52bkvnlkvhc54fzvph2emrsm4vodl@77yy6j4hkemb
Discussion: https://postgr.es/m/20230316172818.x6375uvheom3ibt2%40awork3.anarazel.de
Discussion: https://postgr.es/m/20240207203138.sknifhlppdtgtxnk%40awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d65eb5b1b84e9104144b6b07b526bc73e819d6d7

Modified Files
--------------
src/include/c.h | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Link libpq with libdl if the platform needs that.
Next
From: Michael Paquier
Date:
Subject: pgsql: injection_points: Add injection_points_list()