Typo in unicode_assigned() document PG17

From: Hironobu SUZUKI <hironobu(at)interdb(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Typo in unicode_assigned() document PG17
Date: 2024-08-15 00:34:34
Message-ID: 5dd88820-bb00-4b90-904b-738ea2e4ee2e@interdb.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The PG17 documentation for unicode_assigned() in doc/src/sgml/func.sgml
incorrectly states that the function returns a 'text' value. It actually
returns a boolean value.

unicode_assigned():
https://github.com/postgres/postgres/blob/ef6e028f05b3e4ab23c5edfdfff457e0d2a649f6/src/backend/utils/adt/varlena.c#L6302

Best regards,

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-08-15 00:43:36 Re: ECPG cleanup and fix for clang compile-time problem
Previous Message David Rowley 2024-08-14 23:36:57 Re: Speed up Hash Join by teaching ExprState about hashing