Skip to content

Commit

Permalink
Converted SQL mail into multiple files. (apache#1401)
Browse files Browse the repository at this point in the history
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 f6e6af7)
  • Loading branch information
muhammadshoaib committed Nov 28, 2023
1 parent 7877abe commit 88e236d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sql/age_scalar.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88e236d

Please sign in to comment.