pgsql: Remove regression tests' CREATE FUNCTION commands for unused Cf

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove regression tests' CREATE FUNCTION commands for unused Cf
Дата
Msg-id E1eqlf8-0006HD-8i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove regression tests' CREATE FUNCTION commands for unused C functions.

I removed these functions altogether in HEAD, in commit db3af9feb, and
it emerges that that causes trouble for cross-branch upgrade testing.
We could put back stub functions but that seems pretty silly.  Instead,
back-patch a minimal subset of db3af9feb, namely just removing the
CREATE FUNCTION commands.

Discussion: https://postgr.es/m/11927.1519756619@sss.pgh.pa.us

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/df3962c00b36efd406aac2c1a7ba5177d5a7d1e1

Modified Files
--------------
src/test/regress/input/create_function_1.source  | 5 -----
src/test/regress/input/create_function_2.source  | 5 -----
src/test/regress/output/create_function_1.source | 4 ----
src/test/regress/output/create_function_2.source | 4 ----
4 files changed, 18 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: doc: Fix grammar.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Use the correct tuplestore read pointer in aNamedTuplestoreScan