mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Run pgindent on remaining files now that LOOPBYTE is a usable macro.
This commit is contained in:
@ -319,7 +319,7 @@ typedef struct
|
||||
{
|
||||
OffsetNumber pos;
|
||||
int4 cost;
|
||||
} SPLITCOST;
|
||||
} SPLITCOST;
|
||||
|
||||
static int
|
||||
comparecost(const void *a, const void *b)
|
||||
|
Reference in New Issue
Block a user