PostgreSQL Source Code  git master
ClosestMatchState Struct Reference

#include <varlena.h>

Data Fields

const char * source
 
int min_d
 
int max_d
 
const char * match
 

Detailed Description

Definition at line 41 of file varlena.h.

Field Documentation

◆ match

const char* ClosestMatchState::match

Definition at line 46 of file varlena.h.

◆ max_d

int ClosestMatchState::max_d

Definition at line 45 of file varlena.h.

◆ min_d

int ClosestMatchState::min_d

Definition at line 44 of file varlena.h.

◆ source

const char* ClosestMatchState::source

Definition at line 43 of file varlena.h.


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