PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | ST_MAKE_PREFIX(a) CppConcat(a,_) |
#define | ST_MAKE_NAME(a, b) ST_MAKE_NAME_(ST_MAKE_PREFIX(a),b) |
#define | ST_MAKE_NAME_(a, b) CppConcat(a,b) |
#define | ST_SORT_PROTO_ELEMENT_SIZE |
#define | ST_SORT_INVOKE_ELEMENT_SIZE |
#define | ST_SORT_PROTO_COMPARE |
#define | ST_SORT_INVOKE_COMPARE |
#define | ST_SORT_PROTO_ARG |
#define | ST_SORT_INVOKE_ARG |
#define ST_MAKE_NAME | ( | a, | |
b | |||
) | ST_MAKE_NAME_(ST_MAKE_PREFIX(a),b) |
Definition at line 130 of file sort_template.h.
#define ST_SORT_INVOKE_ARG |
Definition at line 182 of file sort_template.h.
#define ST_SORT_INVOKE_COMPARE |
Definition at line 169 of file sort_template.h.
#define ST_SORT_INVOKE_ELEMENT_SIZE |
Definition at line 143 of file sort_template.h.
#define ST_SORT_PROTO_ARG |
Definition at line 181 of file sort_template.h.
#define ST_SORT_PROTO_COMPARE |
Definition at line 168 of file sort_template.h.
#define ST_SORT_PROTO_ELEMENT_SIZE |
Definition at line 142 of file sort_template.h.