fix?(package): postgreact: ~stir the stupid shit till it works [3]
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
#include "postgres.h"
|
||||
#include "fmgr.h"
|
||||
#include "utils/builtins.h" /* for text_to_cstring and cstring_to_text */
|
||||
#include "postgreact.h"
|
||||
|
||||
#ifdef PG_MODULE_MAGIC
|
||||
PG_MODULE_MAGIC;
|
||||
#endif
|
||||
|
||||
Datum hello(PG_FUNCTION_ARGS)
|
||||
{
|
||||
PG_RETURN_TEXT_P(cstring_to_text("Eblan!"));
|
||||
Datum hello(PG_FUNCTION_ARGS) {
|
||||
PG_RETURN_TEXT_P(cstring_to_text("Eblan!"));
|
||||
}
|
||||
|
||||
void _PG_init(void) {
|
||||
|
||||
Reference in New Issue
Block a user