ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
Loading...
Searching...
No Matches
pg_uuid_t Struct Reference

UUID structure. More...

#include "provsql_utils.h"

Public Attributes

uint8_t data [16]
unsigned char data [UUID_LEN]
 Raw 16-byte UUID storage.

Detailed Description

UUID structure.

In versions of PostgreSQL < 10, pg_uuid_t is declared to be an opaque struct pg_uuid_t in uuid.h, so we have to give the definition of struct pg_uuid_t; this problem is resolved in PostgreSQL 10.

Definition at line 56 of file provsql_migrate_mmap.cpp.

Member Data Documentation

◆ data [1/2]

uint8_t pg_uuid_t::data[16]

Definition at line 56 of file provsql_migrate_mmap.cpp.

◆ data [2/2]

unsigned char pg_uuid_t::data[UUID_LEN]

Raw 16-byte UUID storage.

Definition at line 37 of file provsql_utils.h.


The documentation for this struct was generated from the following files: