From: | John Naylor <john(dot)naylor(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove newly added asserts from pg_bitutils.h |
Date: | 2023-02-22 10:29:17 |
Message-ID: | E1pUmNB-0007AM-Dm@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove newly added asserts from pg_bitutils.h
These were valuable during development, but are unlikely to tell us
anything going forward. This reverts 204b0cbec and adjusts the content
of 677319746 to more closely match the more-readable original style.
Per review from Tom Lane
Discussion: https://www.postgresql.org/message-id/3567481.1676906261%40sss.pgh.pa.us
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/83a611a259d41e305364b8de58f6b33a63cbda66
Modified Files
--------------
src/include/port/pg_bitutils.h | 150 ++++++++++++++---------------------------
1 file changed, 51 insertions(+), 99 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dean Rasheed | 2023-02-22 10:56:59 | pgsql: Fix Assert failure for MERGE into a partitioned table with RLS. |
Previous Message | Daniel Gustafsson | 2023-02-22 10:10:37 | pgsql: doc: Add default value of createrole_self_grant |