pgsql: Remove incorrect Assert introduced in c8aeaf3ab.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove incorrect Assert introduced in c8aeaf3ab.
Date: 2024-03-23 20:37:03
Message-ID: E1ro86x-005K7G-Eu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove incorrect Assert introduced in c8aeaf3ab.

Already removed incidentally in version 15 (c4649cce3), so this commit
is only applied to versions 13 and 14.

The comment above is misleading in all versions 13 and later, so that
will be fixed in a separate commit.

Discussion: https://postgr.es/m/cfd84cb8-12fe-433a-a4bb-f460a4515f9c.zhaotinghai.zth%40alibaba-inc.com
Reported-by: Tinghai Zhao
Backpatch-through: 13

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a1a51dc4fab7efdcf3c3a50d9dd9f0a4a420f4f7

Modified Files
--------------
src/backend/utils/sort/logtape.c | 8 --------
1 file changed, 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-03-23 20:37:27 pgsql: Remove incorrect Assert introduced in c8aeaf3ab.
Previous Message Daniel Gustafsson 2024-03-22 22:06:54 pgsql: Revert "Add notBefore and notAfter to SSL cert info display"