mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Rename GinLogicValue to GinTernaryValue.
It's more descriptive. Also, get rid of the enum, and use #defines instead, per Greg Stark's suggestion.
This commit is contained in:
@ -873,7 +873,7 @@ keyGetItem(GinState *ginstate, MemoryContext tempCtx, GinScanKey key,
|
||||
uint32 i;
|
||||
bool haveLossyEntry;
|
||||
GinScanEntry entry;
|
||||
GinLogicValue res;
|
||||
GinTernaryValue res;
|
||||
MemoryContext oldCtx;
|
||||
bool allFinished;
|
||||
|
||||
|
Reference in New Issue
Block a user