Re: proposal - function string_to_table

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: proposal - function string_to_table
Дата
Msg-id CAFj8pRDFeFB+T+0iAaYmzLXvCrXYeSPjgQ69kDAk2XeiUMLrDA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: proposal - function string_to_table  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers


čt 3. 9. 2020 v 0:30 odesílatel Tom Lane <tgl@sss.pgh.pa.us> napsal:
Pavel Stehule <pavel.stehule@gmail.com> writes:
> [ string_to_table-20200825.patch ]

I reviewed this, whacked it around a little, and pushed it.

Possibly the most controversial thing I did was to move the existing
documentation entry for string_to_array() into the string-functions
table.  I did not like it one bit that the patch was documenting
string_to_table() far away from string_to_array(), and on reflection
I concluded that you'd picked the right place and the issue here is
that string_to_array() was in the wrong place.

Also, I pared the proposed regression tests a great deal, ending up
with something that matches the existing tests for string_to_array().
The proposed tests seemed mighty duplicative, and they even contained
syntax errors, so I didn't believe that they were carefully considered.

Thank you

Pavel


                        regards, tom lane

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Refactor ReindexStmt and its "concurrent" boolean
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Fix for configure error in 9.5/9.6 on macOS 11.0 Big Sur