[COMMITTERS] pgsql: Improve function header comment for create_singleton_array(). - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Improve function header comment for create_singleton_array().
Date
Msg-id E1d5H2y-0003nU-Ou@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve function header comment for create_singleton_array().

Mentioning the caller is neither future-proof nor an adequate substitute
for giving an API specification.  Per gripe from Neha Khatri, though
I changed the patch around some.

Discussion: https://postgr.es/m/CAFO0U+_fS5SRhzq6uPG+4fbERhoA9N2+nPrtvaC9mmeWivxbsA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/54affb41e79cf4bec00bb5e00eb12a1715b9e278

Modified Files
--------------
src/backend/utils/adt/array_userfuncs.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Reduce semijoins with unique inner relations to plain innerjoin
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Don't wake up logical replication launcher unnecessarily