pgsql: Replace AssertMacro() with Assert() when not in macro

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace AssertMacro() with Assert() when not in macro
Date: 2025-02-11 10:18:15
Message-ID: E1thnLK-006Wb6-Ra@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Replace AssertMacro() with Assert() when not in macro

This was forgotten to be changed in commit 9c727360bcc.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6998db59c2959c4f280a9088054e6dbf7178efe0

Modified Files
--------------
src/include/storage/bufmgr.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-02-11 17:49:46 pgsql: Allow extension functions to participate in in-place updates.
Previous Message Tom Lane 2025-02-10 23:28:45 pgsql: Stamp 13.19.