feat: hel: "" -> <>

This commit is contained in:
2025-04-19 22:38:58 +00:00
parent 0c58befc43
commit 62abe7b846
2 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
#include "postgres.h"
#include "fmgr.h"
#include "utils/builtins.h"
#include "utils/json.h"
#include "hectic.h"
#include <postgres.h>
#include <fmgr.h>
#include <utils/builtins.h>
#include <utils/json.h>
#include <hectic.h>
#include <string.h>
#ifdef PG_MODULE_MAGIC
@@ -304,4 +304,4 @@ Datum render(PG_FUNCTION_ARGS)
arena_free(&arena);
PG_RETURN_TEXT_P(result);
}
}