pgsql: Remove newly added asserts from pg_bitutils.h

Поиск
Список
Период
Сортировка
От John Naylor
Тема pgsql: Remove newly added asserts from pg_bitutils.h
Дата
Msg-id E1pUmNB-0007AM-Dm@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: doc: Add default value of createrole_self_grant
Следующее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Fix Assert failure for MERGE into a partitioned table with RLS.