pgsql: Replace AssertMacro() with Assert() when not in macro - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Replace AssertMacro() with Assert() when not in macro
Date
Msg-id E1thnLK-006Wb6-Ra@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Stamp 13.19.
Next
From: Tom Lane
Date:
Subject: pgsql: Allow extension functions to participate in in-place updates.