|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Macros | |
| #define | PERL_UNUSED_DECL pg_attribute_unused() |
| #define | HAS_BOOL 1 |
| #define | PERL_NO_GET_CONTEXT |
| #define | vsnprintf pg_vsnprintf |
| #define | snprintf pg_snprintf |
| #define | vsprintf pg_vsprintf |
| #define | sprintf pg_sprintf |
| #define | vfprintf pg_vfprintf |
| #define | fprintf pg_fprintf |
| #define | vprintf pg_vprintf |
| #define | printf(...) pg_printf(__VA_ARGS__) |
| #define | _(x) dgettext(TEXTDOMAIN, x) |
| #define | HeUTF8(he) |
| #define | GvCV_set(gv, cv) (GvCV(gv) = cv) |
| #define | AV_SIZE_MAX I32_MAX |
| #define _ | ( | x | ) | dgettext(TEXTDOMAIN, x) |
Definition at line 166 of file plperl_system.h.
| #define AV_SIZE_MAX I32_MAX |
Definition at line 194 of file plperl_system.h.
| #define fprintf pg_fprintf |
Definition at line 154 of file plperl_system.h.
| #define GvCV_set | ( | gv, | |
| cv | |||
| ) | (GvCV(gv) = cv) |
Definition at line 187 of file plperl_system.h.
| #define HAS_BOOL 1 |
Definition at line 78 of file plperl_system.h.
| #define HeUTF8 | ( | he | ) |
Definition at line 180 of file plperl_system.h.
| #define PERL_NO_GET_CONTEXT |
Definition at line 84 of file plperl_system.h.
| #define PERL_UNUSED_DECL pg_attribute_unused() |
Definition at line 39 of file plperl_system.h.
| #define printf | ( | ... | ) | pg_printf(__VA_ARGS__) |
Definition at line 156 of file plperl_system.h.
| #define snprintf pg_snprintf |
Definition at line 150 of file plperl_system.h.
| #define sprintf pg_sprintf |
Definition at line 152 of file plperl_system.h.
| #define vfprintf pg_vfprintf |
Definition at line 153 of file plperl_system.h.
| #define vprintf pg_vprintf |
Definition at line 155 of file plperl_system.h.
| #define vsnprintf pg_vsnprintf |
Definition at line 149 of file plperl_system.h.
| #define vsprintf pg_vsprintf |
Definition at line 151 of file plperl_system.h.