|
PostgreSQL Source Code git master
|
#include "postgres.h"#include "catalog/pg_type.h"#include "libpq/pqformat.h"#include "utils/builtins.h"
Go to the source code of this file.
Macros | |
| #define | MAXOID8LEN 20 |
| Datum hashoid8 | ( | PG_FUNCTION_ARGS | ) |
| Datum hashoid8extended | ( | PG_FUNCTION_ARGS | ) |
| Datum oid8eq | ( | PG_FUNCTION_ARGS | ) |
Definition at line 87 of file oid8.c.
References PG_GETARG_OID8, and PG_RETURN_BOOL.
| Datum oid8ge | ( | PG_FUNCTION_ARGS | ) |
Definition at line 123 of file oid8.c.
References PG_GETARG_OID8, and PG_RETURN_BOOL.
| Datum oid8gt | ( | PG_FUNCTION_ARGS | ) |
Definition at line 132 of file oid8.c.
References PG_GETARG_OID8, and PG_RETURN_BOOL.
| Datum oid8in | ( | PG_FUNCTION_ARGS | ) |
Definition at line 28 of file oid8.c.
References PG_GETARG_CSTRING, PG_RETURN_OID8, and uint64in_subr().
| Datum oid8larger | ( | PG_FUNCTION_ARGS | ) |
Definition at line 153 of file oid8.c.
References PG_GETARG_OID8, and PG_RETURN_OID8.
| Datum oid8le | ( | PG_FUNCTION_ARGS | ) |
Definition at line 114 of file oid8.c.
References PG_GETARG_OID8, and PG_RETURN_BOOL.
| Datum oid8lt | ( | PG_FUNCTION_ARGS | ) |
Definition at line 105 of file oid8.c.
References PG_GETARG_OID8, and PG_RETURN_BOOL.
| Datum oid8ne | ( | PG_FUNCTION_ARGS | ) |
Definition at line 96 of file oid8.c.
References PG_GETARG_OID8, and PG_RETURN_BOOL.
| Datum oid8out | ( | PG_FUNCTION_ARGS | ) |
Definition at line 38 of file oid8.c.
References buf, len, MAXOID8LEN, palloc(), PG_GETARG_OID8, PG_RETURN_CSTRING, pg_ulltoa_n(), and val.
| Datum oid8recv | ( | PG_FUNCTION_ARGS | ) |
Definition at line 61 of file oid8.c.
References buf, PG_GETARG_POINTER, PG_RETURN_OID8, and pq_getmsgint64().
| Datum oid8send | ( | PG_FUNCTION_ARGS | ) |
Definition at line 72 of file oid8.c.
References buf, PG_GETARG_OID8, PG_RETURN_BYTEA_P, pq_begintypsend(), pq_endtypsend(), and pq_sendint64().
| Datum oid8smaller | ( | PG_FUNCTION_ARGS | ) |
Definition at line 162 of file oid8.c.
References PG_GETARG_OID8, and PG_RETURN_OID8.