small cleanup patches for collation code - Mailing list pgsql-hackers

From Jeff Davis
Subject small cleanup patches for collation code
Date
Msg-id 581a72ff452bb045ba83bbe3c6cf4467702d4f0f.camel@j-davis.com
Whole thread
List 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

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Reduce build times of pg_trgm GIN indexes
Next
From: SATYANARAYANA NARLAPURAM
Date:
Subject: [BUG]: WHERE CURRENT OF cursor fail on tables that have virtual generated columns