|
PostgreSQL Source Code git master
|
#include "postgres.h"#include "port/pg_crc32c.h"#include "utils/fmgrprotos.h"#include "utils/pg_crc.h"#include "varatt.h"
Go to the source code of this file.
Functions | |
| Datum | crc32_bytea (PG_FUNCTION_ARGS) |
| Datum | crc32c_bytea (PG_FUNCTION_ARGS) |
Variables | |
| const uint32 | pg_crc32_table [256] |
| Datum crc32_bytea | ( | PG_FUNCTION_ARGS | ) |
Definition at line 107 of file pg_crc.c.
References COMP_TRADITIONAL_CRC32, crc, FIN_TRADITIONAL_CRC32, INIT_TRADITIONAL_CRC32, PG_GETARG_BYTEA_PP, PG_RETURN_INT64, VARDATA_ANY(), and VARSIZE_ANY_EXHDR().
| Datum crc32c_bytea | ( | PG_FUNCTION_ARGS | ) |
Definition at line 120 of file pg_crc.c.
References COMP_CRC32C, crc, FIN_CRC32C, INIT_CRC32C, PG_GETARG_BYTEA_PP, PG_RETURN_INT64, VARDATA_ANY(), and VARSIZE_ANY_EXHDR().