/* Trigram bound type */
typedef uint8 TrgmBound;
-#define TRGM_BOUND_LEFT (0x01) /* trigram is left bound of word */
-#define TRGM_BOUND_RIGHT (0x02) /* trigram is right bound of word */
+#define TRGM_BOUND_LEFT 0x01 /* trigram is left bound of word */
+#define TRGM_BOUND_RIGHT 0x02 /* trigram is right bound of word */
/* Word similarity flags */
-#define WORD_SIMILARITY_CHECK_ONLY (0x01) /* if set then only check existence
- * of similar search pattern in text */
-#define WORD_SIMILARITY_STRICT (0x02) /* force bounds of extent to match
- * word bounds */
+#define WORD_SIMILARITY_CHECK_ONLY 0x01 /* only check existence of similar
+ * search pattern in text */
+#define WORD_SIMILARITY_STRICT 0x02 /* force bounds of extent to match
+ * word bounds */
/*
* Module load callback
* significantly faster. Process leading bytes so that the loop below
* starts with a pointer aligned to eight bytes.
*/
- if (!PointerIsAligned(p, uint16) && p + 1 <= pend)
+ if (!PointerIsAligned(p, uint16) &&
+ p + 1 <= pend)
{
crc = __crc32cb(crc, *p);
p += 1;
}
- if (!PointerIsAligned(p, uint32) && p + 2 <= pend)
+ if (!PointerIsAligned(p, uint32) &&
+ p + 2 <= pend)
{
crc = __crc32ch(crc, *(uint16 *) p);
p += 2;
}
- if (!PointerIsAligned(p, uint64) && p + 4 <= pend)
+ if (!PointerIsAligned(p, uint64) &&
+ p + 4 <= pend)
{
crc = __crc32cw(crc, *(uint32 *) p);
p += 4;
ABITVEC
ACCESS_ALLOWED_ACE
+ACL
ACL_SIZE_INFORMATION
AFFIX
ASN1_INTEGER
AclItem
AclMaskHow
AclMode
-AclObjectKind
AclResult
AcquireSampleRowsFunc
ActiveSnapshotElt
AllocPointer
AllocSet
AllocSetContext
+AllocSetFreeList
AllocateDesc
AllocateDescKind
AlterCollationStmt
AttoptCacheKey
AttrDefInfo
AttrDefault
+AttrMissing
AttrNumber
AttributeOpts
AuthRequest
BackgroundWorkerArray
BackgroundWorkerHandle
BackgroundWorkerSlot
+Barrier
BaseBackupCmd
BeginDirectModify_function
+BeginForeignInsert_function
BeginForeignModify_function
BeginForeignScan_function
BeginSampleScan_function
C_block
CachedPlan
CachedPlanSource
+CallContext
+CallStmt
CancelRequestPacket
CaseExpr
CaseTestExpr
ClientAuthentication_hook_type
ClientData
ClonePtrType
+ClonedConstraint
ClosePortalStmt
ClosePtrType
Clump
EndBlobsPtrType
EndDataPtrType
EndDirectModify_function
+EndForeignInsert_function
EndForeignModify_function
EndForeignScan_function
EndSampleScan_function
ExceptionMap
ExclusiveBackupState
ExecAuxRowMark
+ExecEvalSubroutine
ExecForeignDelete_function
ExecForeignInsert_function
ExecForeignUpdate_function
ExpandedArrayHeader
ExpandedObjectHeader
ExpandedObjectMethods
+ExpandedRecordFieldInfo
+ExpandedRecordHeader
ExplainDirectModify_function
ExplainForeignModify_function
ExplainForeignScan_function
GatherPath
GatherState
Gene
+GeneratePruningStepsContext
GenerationBlock
GenerationChunk
GenerationContext
GenerationPointer
GenericCosts
+GenericIndexOpts
GenericXLogState
GeqoPrivateData
GetForeignJoinPaths_function
GistSplitUnion
GistSplitVector
GlobalTransaction
-GrantObjectType
GrantRoleStmt
GrantStmt
GrantTargetType
HashCompareFunc
HashCopyFunc
HashIndexStat
+HashInstrumentation
HashJoin
HashJoinState
HashJoinTable
HotStandbyState
I32
ICU_Convert_Func
+ID
INFIX
INT128
INTERFACE_INFO
IndexAMProperty
IndexAmRoutine
IndexArrayKeyInfo
+IndexAttachInfo
IndexAttrBitmapKind
IndexBuildCallback
IndexBuildResult
InfoItem
InhInfo
InheritableSocket
+InheritanceKind
InitSampleScan_function
InitializeDSMForeignScan_function
InitializeWorkerForeignScan_function
IterateJsonStringValuesState
JEntry
JHashState
-JitContext
-JitProviderCallbacks
JOBOBJECTINFOCLASS
JOBOBJECT_BASIC_LIMIT_INFORMATION
JOBOBJECT_BASIC_UI_RESTRICTIONS
JOBOBJECT_SECURITY_LIMIT_INFORMATION
+JitContext
+JitProviderCallbacks
+JitProviderCompileExprCB
+JitProviderInit
+JitProviderReleaseContextCB
+JitProviderResetAfterErrorCB
Join
JoinCostWorkspace
JoinExpr
LDAPURLDesc
LDAP_TIMEVAL
LINE
+LLVMAttributeRef
+LLVMBasicBlockRef
LLVMBuilderRef
+LLVMIntPredicate
LLVMJitContext
LLVMJitHandle
+LLVMMemoryBufferRef
+LLVMModuleRef
+LLVMOrcJITStackRef
+LLVMOrcModuleHandle
+LLVMOrcTargetAddress
+LLVMPassManagerBuilderRef
+LLVMPassManagerRef
+LLVMSharedModuleRef
+LLVMTargetMachineRef
+LLVMTargetRef
LLVMTypeRef
LLVMValueRef
LOCALLOCK
LOCKMODE
LOCKTAG
LONG
+LONG_PTR
LOOP
LPBYTE
LPCTSTR
LPVOID
LPWSTR
LSEG
+LUID
LVRelStats
LWLock
LWLockHandle
LockStmt
LockTagType
LockTupleMode
+LockViewRecurse_context
LockWaitPolicy
LockingClause
LogOpts
LogicalDecodeMessageCB
LogicalDecodeShutdownCB
LogicalDecodeStartupCB
+LogicalDecodeTruncateCB
LogicalDecodingContext
LogicalErrorCallbackState
LogicalOutputPluginInit
MemoryContextCounters
MemoryContextData
MemoryContextMethods
+MemoryStatsPrintFunc
MergeAppend
MergeAppendPath
MergeAppendState
MinimalTuple
MinimalTupleData
MinmaxOpaque
+MissingPtr
ModifyTable
ModifyTablePath
ModifyTableState
OnConflictAction
OnConflictClause
OnConflictExpr
+OnConflictSetState
OpBtreeInterpretation
OpClassCacheEnt
OpExpr
PLpgSQL_nsitem
PLpgSQL_nsitem_type
PLpgSQL_plugin
+PLpgSQL_promise_type
PLpgSQL_raise_option
PLpgSQL_raise_option_type
PLpgSQL_rec
PLpgSQL_stmt_assert
PLpgSQL_stmt_assign
PLpgSQL_stmt_block
+PLpgSQL_stmt_call
PLpgSQL_stmt_case
PLpgSQL_stmt_close
+PLpgSQL_stmt_commit
PLpgSQL_stmt_dynexecute
PLpgSQL_stmt_dynfors
PLpgSQL_stmt_execsql
PLpgSQL_stmt_return
PLpgSQL_stmt_return_next
PLpgSQL_stmt_return_query
+PLpgSQL_stmt_rollback
+PLpgSQL_stmt_set
PLpgSQL_stmt_type
PLpgSQL_stmt_while
PLpgSQL_trigtype
PLyTransformToOb
PLyTupleToOb
PLyUnicode_FromStringAndSize_t
+PLy_elog_impl_t
PMINIDUMP_CALLBACK_INFORMATION
PMINIDUMP_EXCEPTION_INFORMATION
PMINIDUMP_USER_STREAM_INFORMATION
PSQL_ERROR_ROLLBACK
PTEntryArray
PTIterationArray
+PTOKEN_PRIVILEGES
PTOKEN_USER
+PULONG
PUTENVPROC
PVOID
PX_Alias
PageXLogRecPtr
PagetableEntry
Pairs
+ParallelAppendState
ParallelBitmapHeapState
ParallelCompletionPtr
ParallelContext
ParallelHashJoinBatchAccessor
ParallelHashJoinState
ParallelHeapScanDesc
+ParallelHeapScanDescData
ParallelIndexScanDesc
ParallelSlot
ParallelState
ParallelWorkerContext
ParallelWorkerInfo
Param
+ParamCompileHook
ParamExecData
ParamExternData
ParamFetchHook
ParsedWord
ParserSetupHook
ParserState
+PartClauseInfo
+PartClauseMatchStatus
PartitionBoundInfo
PartitionBoundInfoData
PartitionBoundSpec
PartitionHashBound
PartitionKey
PartitionListValue
+PartitionPruneCombineOp
+PartitionPruneContext
+PartitionPruneInfo
+PartitionPruneState
+PartitionPruneStep
+PartitionPruneStepCombine
+PartitionPruneStepOp
+PartitionPruningData
PartitionRangeBound
PartitionRangeDatum
PartitionRangeDatumKind
PartitionScheme
PartitionSpec
PartitionTupleRouting
-PartitionedChildRelInfo
PartitionwiseAggregateType
PasswordType
Path
ProtocolVersion
PrsStorage
PruneState
+PruneStepResult
PsqlScanCallbacks
PsqlScanQuoteType
PsqlScanResult
ReopenPtrType
ReorderBuffer
ReorderBufferApplyChangeCB
+ReorderBufferApplyTruncateCB
ReorderBufferBeginCB
ReorderBufferChange
ReorderBufferCommitCB
SID_IDENTIFIER_AUTHORITY
SID_NAME_USE
SISeg
+SIZE_T
SMgrRelation
SMgrRelationData
SOCKADDR
SeqTable
SeqTableData
SerCommitSeqNo
+SerializedReindexState
SerializedSnapshotData
Session
SessionBackupState
SharedDependencyType
SharedExecutorInstrumentation
SharedFileSet
+SharedHashInfo
SharedInvalCatalogMsg
SharedInvalCatcacheMsg
SharedInvalRelcacheMsg
SharedSortInfo
SharedTuplestore
SharedTuplestoreAccessor
+SharedTuplestoreChunk
+SharedTuplestoreParticipant
SharedTypmodTableEntry
Sharedsort
ShellTypeInfo
SortByDir
SortByNulls
SortCoordinate
-SortCoordinateData
SortGroupClause
SortItem
SortPath
TIDBitmap
TOKEN_DEFAULT_DACL
TOKEN_INFORMATION_CLASS
+TOKEN_PRIVILEGES
TOKEN_USER
TParser
TParserCharTest
TransitionCaptureState
TrgmArc
TrgmArcInfo
+TrgmBound
TrgmColor
TrgmColorInfo
TrgmNFA
TypeFuncClass
TypeInfo
TypeName
+U
U32
U8
UChar
VariableSpace
VariableStatData
VariableSubstituteHook
+VersionedQuery
Vfd
ViewCheckOption
ViewOptions
YYLTYPE
YYSTYPE
YY_BUFFER_STATE
+ZipfCache
+ZipfCell
_SPI_connection
_SPI_plan
__AssignProcessToJobObject
__SetInformationJobObject
_resultmap
_stringlist
+abs
acquireLocksOnSubLinks_context
adjust_appendrel_attrs_context
allocfunc
bits32
bits8
bloom_filter
-bool
+boolean
brin_column_state
bytea
cached_re_str
deparse_namespace
destructor
dev_t
+digit
directory_fctx
disassembledLeaf
dlist_head
dsa_area_span
dsa_handle
dsa_pointer
+dsa_pointer_atomic
dsa_segment_header
dsa_segment_index
dsa_segment_map
hstoreUpgrade_t
hyperLogLogState
ifState
+ilist
import_error_callback_arg
indexed_tlist
inet
intvKEY
itemIdSort
itemIdSortData
+iterator
jmp_buf
join_search_hook_type
json_aelem_action
leafSegmentInfo
line_t
lineno_t
+list_qsort_comparator
locale_t
locate_agg_of_level_context
locate_var_of_level_context
on_dsm_detach_callback
on_exit_nicely_callback
ossl_EVP_cipher_func
+other
output_type
pagetable_hash
pagetable_iterator
pltcl_proc_key
pltcl_proc_ptr
pltcl_query_desc
+pointer
pos_trgm
post_parse_analyze_hook_type
pqbool
printTextLineFormat
printTextLineWrap
printTextRule
+printfunc
priv_map
process_file_callback_t
process_sublinks_context
rb_comparator
rb_freefunc
reduce_outer_joins_state
+reference
regex_arc_t
regex_t
regexp
storeInfo
storeRes_func
stream_stop_callback
+string
substitute_actual_parameters_context
substitute_actual_srf_parameters_context
substitute_multiple_relids_context
trivalue
tsKEY
ts_db_fctx
+ts_parserstate
+ts_tokenizer
ts_tokentype
tsearch_readline_state
tuplehash_hash
tuplehash_iterator
txid
+type
tzEntry
u1byte
u4byte
uint32
uint32_t
uint64
+uint64_t
uint8
uint8_t
uintptr_t
walrcv_endstreaming_fn
walrcv_exec_fn
walrcv_get_conninfo_fn
+walrcv_get_senderinfo_fn
walrcv_identify_system_fn
walrcv_readtimelinehistoryfile_fn
walrcv_receive_fn
wint_t
worker_state
worktable
+wrap
xl_brin_createidx
xl_brin_desummarize
xl_brin_insert
xl_heap_multi_insert
xl_heap_new_cid
xl_heap_rewrite_mapping
+xl_heap_truncate
xl_heap_update
xl_heap_visible
xl_invalid_page
xl_xact_origin
xl_xact_parsed_abort
xl_xact_parsed_commit
+xl_xact_parsed_prepare
xl_xact_relfilenodes
xl_xact_subxacts
xl_xact_twophase