feat!: many work useles with hemar

This commit is contained in:
2025-05-10 11:00:36 +00:00
parent b766f0d07a
commit b46fdb6ad9
10 changed files with 503 additions and 127 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ RETURNS void
AS 'hemar', 'pg_test_log_2'
LANGUAGE C STRICT;
CREATE FUNCTION "hemar"."template_parse"(text)
RETURNS void
CREATE FUNCTION "hemar"."parse"("template" text)
RETURNS text
AS 'hemar', 'pg_template_parse'
LANGUAGE C STRICT;