small cleanup patches for collation code

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: small cleanup patches for collation code
Date: 2026-04-17 19:30:37
Message-ID: 581a72ff452bb045ba83bbe3c6cf4467702d4f0f.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Two patches attached.

0001 fixes a style issue. Backport because it eliminates a warning in
the 'update-unicode' target.

0002 looks like a bug, but is not a real issue because there are no
callers that pass srclen==-1, aside from a test (which fails to fail).
So it's just cleanup, but it seems worth backporting.

Regards,
Jeff Davis

Attachment Content-Type Size
v1-0001-style-define-parameterless-functions-as-foo-void.patch text/x-patch 1.3 KB
v1-0002-Fix-callers-of-unicode_strtitle-using-srclen-1.patch text/x-patch 1.4 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message SATYANARAYANA NARLAPURAM 2026-04-17 20:03:36 [BUG]: WHERE CURRENT OF cursor fail on tables that have virtual generated columns
Previous Message Heikki Linnakangas 2026-04-17 19:21:41 Re: Reduce build times of pg_trgm GIN indexes