[COMMITTERS] pgsql: Improve function header comment for create_singleton_array().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Improve function header comment for create_singleton_array().
Дата
Msg-id E1d5H2y-0003nU-Ou@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Reduce semijoins with unique inner relations to plain innerjoin
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Don't wake up logical replication launcher unnecessarily