pgsql: C comment: mention no doc for negative start of substring(text)

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: C comment: mention no doc for negative start of substring(text)
Date: 2024-03-26 16:28:04
Message-ID: E1rp9ed-005nGx-UZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

C comment: mention no doc for negative start of substring(text)

Also add URL to hackers discussion.

Backpatch-through: master

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/varlena.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-03-26 16:34:49 Re: pgsql: Allow using syncfs() in frontend utilities.
Previous Message Bertrand Drouvot 2024-03-26 16:13:43 Re: pgsql: Track last_inactive_time in pg_replication_slots.