mirror of https://github.com/postgres/postgres
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.uspull/77/head
parent
cc50080a82
commit
2da896182c
@ -1,5 +1,5 @@ |
|||||||
-- |
-- |
||||||
-- CREATE_FUNCTION_0 |
-- CREATE_FUNCTION_C |
||||||
-- |
-- |
||||||
-- This script used to create C functions for other scripts to use. |
-- This script used to create C functions for other scripts to use. |
||||||
-- But to get rid of the ordering dependencies that caused, such |
-- But to get rid of the ordering dependencies that caused, such |
@ -1,5 +1,5 @@ |
|||||||
-- |
-- |
||||||
-- CREATE FUNCTION |
-- CREATE_FUNCTION_SQL |
||||||
-- |
-- |
||||||
-- Assorted tests using SQL-language functions |
-- Assorted tests using SQL-language functions |
||||||
-- |
-- |
@ -1,5 +1,5 @@ |
|||||||
-- |
-- |
||||||
-- CREATE_FUNCTION_0 |
-- CREATE_FUNCTION_C |
||||||
-- |
-- |
||||||
-- This script used to create C functions for other scripts to use. |
-- This script used to create C functions for other scripts to use. |
||||||
-- But to get rid of the ordering dependencies that caused, such |
-- But to get rid of the ordering dependencies that caused, such |
@ -1,5 +1,5 @@ |
|||||||
-- |
-- |
||||||
-- CREATE FUNCTION |
-- CREATE_FUNCTION_SQL |
||||||
-- |
-- |
||||||
-- Assorted tests using SQL-language functions |
-- Assorted tests using SQL-language functions |
||||||
-- |
-- |
Loading…
Reference in new issue