PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pg_checksum_raw_context Union Reference

#include <checksum_helper.h>

Data Fields

pg_crc32c c_crc32c
 
pg_cryptohash_ctxc_sha2
 

Detailed Description

Definition at line 42 of file checksum_helper.h.

Field Documentation

◆ c_crc32c

pg_crc32c pg_checksum_raw_context::c_crc32c

Definition at line 44 of file checksum_helper.h.

Referenced by pg_checksum_final(), pg_checksum_init(), and pg_checksum_update().

◆ c_sha2

pg_cryptohash_ctx* pg_checksum_raw_context::c_sha2

Definition at line 45 of file checksum_helper.h.

Referenced by pg_checksum_final(), pg_checksum_init(), and pg_checksum_update().


The documentation for this union was generated from the following file: