pgsql: C comment: mention no doc for negative start of substring(text) - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: C comment: mention no doc for negative start of substring(text)
Date
Msg-id E1rp9ed-005nGx-UZ@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow "make check"-style testing to work with musl C library.
Next
From: Tom Lane
Date:
Subject: pgsql: Propagate pathkeys from CTEs up to the outer query.