PostgreSQL Source Code git master
Loading...
Searching...
No Matches
test_ext.c File Reference
#include "postgres.h"
#include "fmgr.h"
Include dependency graph for test_ext.c:

Go to the source code of this file.

Functions

 PG_FUNCTION_INFO_V1 (test_ext)
 
Datum test_ext (PG_FUNCTION_ARGS)
 

Variables

 PG_MODULE_MAGIC
 

Function Documentation

◆ PG_FUNCTION_INFO_V1()

PG_FUNCTION_INFO_V1 ( test_ext  )

◆ test_ext()

Datum test_ext ( PG_FUNCTION_ARGS  )

Definition at line 17 of file test_ext.c.

18{
20 (errmsg("running successful")));
22}
#define NOTICE
Definition elog.h:35
#define ereport(elevel,...)
Definition elog.h:150
#define PG_RETURN_VOID()
Definition fmgr.h:350
static char * errmsg

References ereport, errmsg, NOTICE, and PG_RETURN_VOID.

Variable Documentation

◆ PG_MODULE_MAGIC

PG_MODULE_MAGIC

Definition at line 12 of file test_ext.c.