pgsql: Fix obsolete comments in varstr_cmp().

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix obsolete comments in varstr_cmp().
Date: 2024-08-21 16:20:56
Message-ID: E1sgo4u-000nMm-HU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix obsolete comments in varstr_cmp().

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/varlena.c | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-08-21 22:24:33 Re: pgsql: Add injection-point test for new multixact CV usage
Previous Message Tom Lane 2024-08-21 16:00:23 pgsql: Disallow creating binary-coercible casts involving range types.