pgsql: Add another regression test cross-checking operator and function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add another regression test cross-checking operator and function
Дата
Msg-id E1W1r4v-0008GI-RU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add another regression test cross-checking operator and function comments.

Add a query that lists all the functions that are operator implementation
functions and have a SQL comment that doesn't just say "implementation of
XYZ operator".  (Note that the preceding test checks that such functions'
comments exactly match the corresponding operators' comments.)

While it's not forbidden to add more functions to this list, that should
only be done when we're encouraging users to use either the function or
operator syntax for the functionality, which is a fairly rare situation.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/28233ffaa436852218113d34aa79b7e54f470ed7

Modified Files
--------------
src/test/regress/expected/opr_sanity.out |   33 +++++++++++++++++++++++++++---
src/test/regress/sql/opr_sanity.sql      |   25 +++++++++++++++++++---
2 files changed, 52 insertions(+), 6 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Remove DESCR entries for json operator functions.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: docs: remove undocumented assign syntax in plpgsql examples