mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Further code and wording tweaks in BRIN
Besides a couple of typo fixes, per David Rowley, Thom Brown, and Amit Langote, and mentions of BRIN in the general CREATE INDEX page again per David, this includes silencing MSVC compiler warnings (thanks Microsoft) and an additional variable initialization per Coverity scanner.
This commit is contained in:
@@ -95,7 +95,7 @@ brin_form_tuple(BrinDesc *brdesc, BlockNumber blkno, BrinMemTuple *tuple,
|
||||
BrinTuple *rettuple;
|
||||
int keyno;
|
||||
int idxattno;
|
||||
uint16 phony_infomask;
|
||||
uint16 phony_infomask = 0;
|
||||
bits8 *phony_nullbitmap;
|
||||
Size len,
|
||||
hoff,
|
||||
|
||||
Reference in New Issue
Block a user