From 88e236da6624dd05c1192b41d11d4d7d2733e31e Mon Sep 17 00:00:00 2001 From: Shoaib Date: Tue, 28 Nov 2023 15:40:02 +0100 Subject: [PATCH] Converted SQL mail into multiple files. (#1401) Converted SQL mail into multiple files. This pull request is aimed at improving the overall quality of our SQL codebase by converting the main SQL (age-x.x.x.sql) file into multiple smaller files in the sql directory. The primary goal is to enhance code readability, maintainability, and organization for the benefit of the development team. (cherry picked from commit f6e6af7c2d286135cfafea330aaa61839c149cce) --- sql/age_scalar.sql | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sql/age_scalar.sql b/sql/age_scalar.sql index 77f7689a7..9e6f12dbc 100644 --- a/sql/age_scalar.sql +++ b/sql/age_scalar.sql @@ -157,14 +157,6 @@ RETURNS NULL ON NULL INPUT PARALLEL SAFE AS 'MODULE_PATHNAME'; -CREATE FUNCTION ag_catalog.age_tostringlist(variadic "any") - RETURNS agtype - LANGUAGE c - IMMUTABLE -RETURNS NULL ON NULL INPUT -PARALLEL SAFE -AS 'MODULE_PATHNAME'; - CREATE FUNCTION ag_catalog.age_size(variadic "any") RETURNS agtype LANGUAGE c