pgsql: Fix silly mistake in Assert

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix silly mistake in Assert
Date: 2022-01-04 16:27:12
Message-ID: E1n4meW-0002fs-0R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix silly mistake in Assert

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/397b43948861155893da0f04b4de8e7ff021636f

Modified Files
--------------
src/backend/access/heap/heapam.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-01-04 21:53:14 pgsql: Remove redundant initialization of BrinMemTuple.
Previous Message Alvaro Herrera 2022-01-04 16:27:11 pgsql: Fix silly mistake in Assert