Rename create_function_N test scripts for clarity.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Feb 2022 20:40:08 +0000 (15:40 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Feb 2022 20:40:08 +0000 (15:40 -0500)
commit2da896182ce11240774af6c4d769777f90a09536
tree74a10e78f0a3d5ea56fa31e43a54c7cd01996bf8
parentcc50080a828dd4791b43539f5a0f976e535d147c
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
src/test/regress/expected/create_function_c.out [moved from src/test/regress/expected/create_function_0.out with 98% similarity]
src/test/regress/expected/create_function_sql.out [moved from src/test/regress/expected/create_function_3.out with 99% similarity]
src/test/regress/parallel_schedule
src/test/regress/sql/create_function_c.sql [moved from src/test/regress/sql/create_function_0.sql with 98% similarity]
src/test/regress/sql/create_function_sql.sql [moved from src/test/regress/sql/create_function_3.sql with 99% similarity]