pgsql: Rename create_function_N test scripts for clarity.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Rename create_function_N test scripts for clarity.
Дата
Msg-id E1nHXI0-00072b-V5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rename create_function_N test scripts for clarity.

Rename create_function_0 to create_function_c, and create_function_3
to create_function_sql, to establish their charters more clearly.
This should also reduce confusion versus our underscore-digit
convention for naming variant expected-files.

I separated this from the previous commit on the premise that keeping
the renaming distinct might make "git blame" tracking easier.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2da896182ce11240774af6c4d769777f90a09536

Modified Files
--------------
.../regress/expected/{create_function_0.out => create_function_c.out} | 2 +-
.../expected/{create_function_3.out => create_function_sql.out}       | 2 +-
src/test/regress/parallel_schedule                                    | 4 ++--
src/test/regress/sql/{create_function_0.sql => create_function_c.sql} | 2 +-
.../regress/sql/{create_function_3.sql => create_function_sql.sql}    | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add PostgreSQL::Test::Cluster::config_data()
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove MaxBackends variable in favor of GetMaxBackends() functio